Html Css Color HEX #BDF077 Sulu

📋 copy color: '#BDF077'

red 189 ◦ green 240 ◦ blue 119

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

Shades of Sulu #BDF077

Tints of Sulu #BDF077

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.8%

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

R = 34.49%
G = 43.8%
B = 21.72%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#BDF077 (or 0xBDF077) is known color: Sulu. HEX triplet: BD, F0 and 77. RGB value is (189,240,119). Sum of RGB (Red+Green+Blue) = 189+240+119=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 240 (94.14% from 255 or 43.80% from 548); Blue value is 119 (46.88% from 255 or 21.72% from 548); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF077 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF077 is #420F88. Grayscale: #D3D3D3. Windows color (decimal): -4329353 or 7860413. OLE color: 7860413.

HSL color Cylindrical-coordinate representation of color #BDF077: hue angle of 85.29º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDF077 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 119 -
CMYK 0.21 0 0.50 0.06
HSL 85.29º 0.8% 0.7% -
HSV(B) 85.29º 0.5% 0.94% -
XYZ 55.48 74.47 28.9 -
YUV 210.96 76.1 112.34 -
System Red Green Blue C M Y K H S L
Decimal 189 240 119 0.21 0 0.50 0.06 85.29 0.8 0.7
Hex BD F0 77 15 0 32 6 55 50 46
Octal 275 360 167 25 0 62 6 125 120 106
Binary 10111101 11110000 1110111 10101 0 110010 110 1010101 1010000 1000110

Color Harmonies of #BDF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF077

Black with #BDF077

Text Example


Text Example

White with #BDF077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF077; }

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

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

background-color css

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

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

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

border-color css

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

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

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