Html Css Color HEX #BDFB6F Sulu

📋 copy color: '#BDFB6F'

red 189 ◦ green 251 ◦ blue 111

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

Shades of Sulu #BDFB6F

Tints of Sulu #BDFB6F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.55%

 BLUE value IS 111 (43.75% from 255) = 20.15%

R = 34.3%
G = 45.55%
B = 20.15%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#BDFB6F (or 0xBDFB6F) is known color: Sulu. HEX triplet: BD, FB and 6F. RGB value is (189,251,111). Sum of RGB (Red+Green+Blue) = 189+251+111=551 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.30% from 551); Green value is 251 (98.44% from 255 or 45.55% from 551); Blue value is 111 (43.75% from 255 or 20.15% from 551); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB6F is #420490. Grayscale: #D9D9D9. Windows color (decimal): -4326545 or 7338941. OLE color: 7338941.

HSL color Cylindrical-coordinate representation of color #BDFB6F: hue angle of 86.57º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BDFB6F is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 111 -
CMYK 0.25 0 0.56 0.02
HSL 86.57º 0.95% 0.71% -
HSV(B) 86.57º 0.56% 0.98% -
XYZ 58.35 80.96 27.59 -
YUV 216.5 68.46 108.38 -
System Red Green Blue C M Y K H S L
Decimal 189 251 111 0.25 0 0.56 0.02 86.57 0.95 0.71
Hex BD FB 6F 19 0 38 2 57 5F 47
Octal 275 373 157 31 0 70 2 127 137 107
Binary 10111101 11111011 1101111 11001 0 111000 10 1010111 1011111 1000111

Color Harmonies of #BDFB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB6F

Black with #BDFB6F

Text Example


Text Example

White with #BDFB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB6F; }

 p { color: rgb(189,251,111); }

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

background-color css

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

 a { background-color: rgb(189,251,111); }

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

border-color css

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

 span { border-color: rgb(189,251,111); }

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