Html Css Color HEX #BDF16B Sulu

📋 copy color: '#BDF16B'

red 189 ◦ green 241 ◦ blue 107

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

Shades of Sulu #BDF16B

Tints of Sulu #BDF16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.93%

R = 35.2%
G = 44.88%
B = 19.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#BDF16B (or 0xBDF16B) is known color: Sulu. HEX triplet: BD, F1 and 6B. RGB value is (189,241,107). Sum of RGB (Red+Green+Blue) = 189+241+107=537 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.20% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #BDF16B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF16B is #420E94. Grayscale: #D2D2D2. Windows color (decimal): -4329109 or 7074237. OLE color: 7074237.

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

Color convert

RGB 189 241 107 -
CMYK 0.22 0 0.56 0.05
HSL 83.28º 0.83% 0.68% -
HSV(B) 83.28º 0.56% 0.95% -
XYZ 55.1 74.79 25.44 -
YUV 210.18 69.77 112.9 -
System Red Green Blue C M Y K H S L
Decimal 189 241 107 0.22 0 0.56 0.05 83.28 0.83 0.68
Hex BD F1 6B 16 0 38 5 53 53 44
Octal 275 361 153 26 0 70 5 123 123 104
Binary 10111101 11110001 1101011 10110 0 111000 101 1010011 1010011 1000100

Color Harmonies of #BDF16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF16B

Black with #BDF16B

Text Example


Text Example

White with #BDF16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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