Html Css Color HEX #BDFC7D Sulu

📋 copy color: '#BDFC7D'

red 189 ◦ green 252 ◦ blue 125

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

Shades of Sulu #BDFC7D

Tints of Sulu #BDFC7D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.52%

 BLUE value IS 125 (49.22% from 255) = 22.08%

R = 33.39%
G = 44.52%
B = 22.08%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#BDFC7D (or 0xBDFC7D) is known color: Sulu. HEX triplet: BD, FC and 7D. RGB value is (189,252,125). Sum of RGB (Red+Green+Blue) = 189+252+125=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 252 (98.83% from 255 or 44.52% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFC7D is #420382. Grayscale: #DBDBDB. Windows color (decimal): -4326275 or 8256701. OLE color: 8256701.

HSL color Cylindrical-coordinate representation of color #BDFC7D: hue angle of 89.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDFC7D is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 252 125 -
CMYK 0.25 0 0.50 0.01
HSL 89.76º 0.95% 0.74% -
HSV(B) 89.76º 0.5% 0.99% -
XYZ 59.5 81.92 32.08 -
YUV 218.69 75.13 106.83 -
System Red Green Blue C M Y K H S L
Decimal 189 252 125 0.25 0 0.50 0.01 89.76 0.95 0.74
Hex BD FC 7D 19 0 32 1 5A 5F 4A
Octal 275 374 175 31 0 62 1 132 137 112
Binary 10111101 11111100 1111101 11001 0 110010 1 1011010 1011111 1001010

Color Harmonies of #BDFC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC7D

Black with #BDFC7D

Text Example


Text Example

White with #BDFC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC7D; }

 p { color: rgb(189,252,125); }

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

background-color css

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

 a { background-color: rgb(189,252,125); }

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

border-color css

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

 span { border-color: rgb(189,252,125); }

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