Html Css Color HEX #BDF677 Sulu

📋 copy color: '#BDF677'

red 189 ◦ green 246 ◦ blue 119

#BDF677
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #BDF677

Tints of Sulu #BDF677

RGB

 RED value IS 189 (74.22% from 255) = 34.12%

 GREEN value IS 246 (96.48% from 255) = 44.4%

 BLUE value IS 119 (46.88% from 255) = 21.48%

R = 34.12%
G = 44.4%
B = 21.48%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDF677 (or 0xBDF677) is known color: Sulu. HEX triplet: BD, F6 and 77. RGB value is (189,246,119). Sum of RGB (Red+Green+Blue) = 189+246+119=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 246 (96.48% from 255 or 44.40% from 554); Blue value is 119 (46.88% from 255 or 21.48% from 554); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF677 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF677 is #420988. Grayscale: #D6D6D6. Windows color (decimal): -4327817 or 7861949. OLE color: 7861949.

HSL color Cylindrical-coordinate representation of color #BDF677: hue angle of 86.93º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDF677 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 119 -
CMYK 0.23 0 0.52 0.04
HSL 86.93º 0.88% 0.72% -
HSV(B) 86.93º 0.52% 0.96% -
XYZ 57.27 78.06 29.5 -
YUV 214.48 74.12 109.83 -
System Red Green Blue C M Y K H S L
Decimal 189 246 119 0.23 0 0.52 0.04 86.93 0.88 0.72
Hex BD F6 77 17 0 34 4 57 58 48
Octal 275 366 167 27 0 64 4 127 130 110
Binary 10111101 11110110 1110111 10111 0 110100 100 1010111 1011000 1001000

Color Harmonies of #BDF677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF677

Black with #BDF677

Text Example


Text Example

White with #BDF677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF677; }

 p { color: rgb(189,246,119); }

 H1.HeaderClassName
 {
   color: #BDF677;
 }
 .AnyTagClassName
 {
   color: #BDF677;
 }
</style>

background-color css

<style>
 a { background-color: #BDF677; }

 a { background-color: rgb(189,246,119); }

 div.DivClassName
 {
   background-color: #BDF677;
 }
 .BgClassName
 {
   background-color: #BDF677;
 }
</style>

border-color css

<style>
 span { border-color: #BDF677; }

 span { border-color: rgb(189,246,119); }

 td.TdClassName
 {
   border-color: #BDF677;
 }
 .TagClassName
 {
   border-color: #BDF677;
 }
</style>