Html Css Color HEX #BDFE7D Sulu

📋 copy color: '#BDFE7D'

red 189 ◦ green 254 ◦ blue 125

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

Shades of Sulu #BDFE7D

Tints of Sulu #BDFE7D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 44.72%

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

R = 33.27%
G = 44.72%
B = 22.01%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#BDFE7D (or 0xBDFE7D) is known color: Sulu. HEX triplet: BD, FE and 7D. RGB value is (189,254,125). Sum of RGB (Red+Green+Blue) = 189+254+125=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #BDFE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFE7D is #420182. Grayscale: #DCDCDC. Windows color (decimal): -4325763 or 8257213. OLE color: 8257213.

HSL color Cylindrical-coordinate representation of color #BDFE7D: hue angle of 90.23º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BDFE7D is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 254 125 -
CMYK 0.26 0 0.51 0.00
HSL 90.23º 0.98% 0.74% -
HSV(B) 90.23º 0.51% 1% -
XYZ 60.13 83.18 32.29 -
YUV 219.86 74.47 105.99 -
System Red Green Blue C M Y K H S L
Decimal 189 254 125 0.26 0 0.51 0.00 90.23 0.98 0.74
Hex BD FE 7D 1A 0 33 0 5A 62 4A
Octal 275 376 175 32 0 63 0 132 142 112
Binary 10111101 11111110 1111101 11010 0 110011 0 1011010 1100010 1001010

Color Harmonies of #BDFE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFE7D

Black with #BDFE7D

Text Example


Text Example

White with #BDFE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFE7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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