Html Css Color HEX #BDF06E Sulu

📋 copy color: '#BDF06E'

red 189 ◦ green 240 ◦ blue 110

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

Shades of Sulu #BDF06E

Tints of Sulu #BDF06E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.41%

R = 35.06%
G = 44.53%
B = 20.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.54

 K value IS 0.06

RGB Variations

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

Color information

#BDF06E (or 0xBDF06E) is known color: Sulu. HEX triplet: BD, F0 and 6E. RGB value is (189,240,110). Sum of RGB (Red+Green+Blue) = 189+240+110=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF06E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF06E is #420F91. Grayscale: #D2D2D2. Windows color (decimal): -4329362 or 7270589. OLE color: 7270589.

HSL color Cylindrical-coordinate representation of color #BDF06E: hue angle of 83.54º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDF06E is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 240 110 -
CMYK 0.21 0 0.54 0.06
HSL 83.54º 0.81% 0.69% -
HSV(B) 83.54º 0.54% 0.94% -
XYZ 54.96 74.26 26.19 -
YUV 209.93 71.6 113.07 -
System Red Green Blue C M Y K H S L
Decimal 189 240 110 0.21 0 0.54 0.06 83.54 0.81 0.69
Hex BD F0 6E 15 0 36 6 54 51 45
Octal 275 360 156 25 0 66 6 124 121 105
Binary 10111101 11110000 1101110 10101 0 110110 110 1010100 1010001 1000101

Color Harmonies of #BDF06E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF06E

Black with #BDF06E

Text Example


Text Example

White with #BDF06E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF06E; }

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

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

background-color css

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

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

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

border-color css

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

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

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