Html Css Color HEX #BDFC90 Sulu

📋 copy color: '#BDFC90'

red 189 ◦ green 252 ◦ blue 144

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

Shades of Sulu #BDFC90

Tints of Sulu #BDFC90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.62%

R = 32.31%
G = 43.08%
B = 24.62%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0.01

RGB Variations

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

Color information

#BDFC90 (or 0xBDFC90) is known color: Sulu. HEX triplet: BD, FC and 90. RGB value is (189,252,144). Sum of RGB (Red+Green+Blue) = 189+252+144=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 252 (98.83% from 255 or 43.08% from 585); Blue value is 144 (56.64% from 255 or 24.62% from 585); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFC90 is #42036F. Grayscale: #DDDDDD. Windows color (decimal): -4326256 or 9501885. OLE color: 9501885.

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

Color convert

RGB 189 252 144 -
CMYK 0.25 0 0.43 0.01
HSL 95º 0.95% 0.78% -
HSV(B) 95º 0.43% 0.99% -
XYZ 60.83 82.45 39.09 -
YUV 220.85 84.63 105.28 -
System Red Green Blue C M Y K H S L
Decimal 189 252 144 0.25 0 0.43 0.01 95 0.95 0.78
Hex BD FC 90 19 0 2B 1 5F 5F 4E
Octal 275 374 220 31 0 53 1 137 137 116
Binary 10111101 11111100 10010000 11001 0 101011 1 1011111 1011111 1001110

Color Harmonies of #BDFC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC90

Black with #BDFC90

Text Example


Text Example

White with #BDFC90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC90; }

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

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

background-color css

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

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

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

border-color css

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

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

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