Html Css Color HEX #BDF16E Sulu

📋 copy color: '#BDF16E'

red 189 ◦ green 241 ◦ blue 110

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

Shades of Sulu #BDF16E

Tints of Sulu #BDF16E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.63%

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

R = 35%
G = 44.63%
B = 20.37%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#BDF16E (or 0xBDF16E) is known color: Sulu. HEX triplet: BD, F1 and 6E. RGB value is (189,241,110). Sum of RGB (Red+Green+Blue) = 189+241+110=540 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35% from 540); Green value is 241 (94.53% from 255 or 44.63% from 540); Blue value is 110 (43.36% from 255 or 20.37% from 540); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF16E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF16E is #420E91. Grayscale: #D2D2D2. Windows color (decimal): -4329106 or 7270845. OLE color: 7270845.

HSL color Cylindrical-coordinate representation of color #BDF16E: hue angle of 83.82º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDF16E is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 241 110 -
CMYK 0.22 0 0.54 0.05
HSL 83.82º 0.82% 0.69% -
HSV(B) 83.82º 0.54% 0.95% -
XYZ 55.26 74.86 26.29 -
YUV 210.52 71.27 112.65 -
System Red Green Blue C M Y K H S L
Decimal 189 241 110 0.22 0 0.54 0.05 83.82 0.82 0.69
Hex BD F1 6E 16 0 36 5 54 52 45
Octal 275 361 156 26 0 66 5 124 122 105
Binary 10111101 11110001 1101110 10110 0 110110 101 1010100 1010010 1000101

Color Harmonies of #BDF16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF16E

Black with #BDF16E

Text Example


Text Example

White with #BDF16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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