Html Css Color HEX #BDFB7F Sulu

📋 copy color: '#BDFB7F'

red 189 ◦ green 251 ◦ blue 127

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

Shades of Sulu #BDFB7F

Tints of Sulu #BDFB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.4%

R = 33.33%
G = 44.27%
B = 22.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#BDFB7F (or 0xBDFB7F) is known color: Sulu. HEX triplet: BD, FB and 7F. RGB value is (189,251,127). Sum of RGB (Red+Green+Blue) = 189+251+127=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 251 (98.44% from 255 or 44.27% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFB7F is #420480. Grayscale: #DADADA. Windows color (decimal): -4326529 or 8387517. OLE color: 8387517.

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

Color convert

RGB 189 251 127 -
CMYK 0.25 0 0.49 0.02
HSL 90º 0.94% 0.74% -
HSV(B) 90º 0.49% 0.98% -
XYZ 59.31 81.35 32.65 -
YUV 218.33 76.46 107.08 -
System Red Green Blue C M Y K H S L
Decimal 189 251 127 0.25 0 0.49 0.02 90 0.94 0.74
Hex BD FB 7F 19 0 31 2 5A 5E 4A
Octal 275 373 177 31 0 61 2 132 136 112
Binary 10111101 11111011 1111111 11001 0 110001 10 1011010 1011110 1001010

Color Harmonies of #BDFB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB7F

Black with #BDFB7F

Text Example


Text Example

White with #BDFB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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