Html Css Color HEX #BDF472 Sulu

📋 copy color: '#BDF472'

red 189 ◦ green 244 ◦ blue 114

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

Shades of Sulu #BDF472

Tints of Sulu #BDF472

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.61%

 BLUE value IS 114 (44.92% from 255) = 20.84%

R = 34.55%
G = 44.61%
B = 20.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#BDF472 (or 0xBDF472) is known color: Sulu. HEX triplet: BD, F4 and 72. RGB value is (189,244,114). Sum of RGB (Red+Green+Blue) = 189+244+114=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF472 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF472 is #420B8D. Grayscale: #D5D5D5. Windows color (decimal): -4328334 or 7533757. OLE color: 7533757.

HSL color Cylindrical-coordinate representation of color #BDF472: hue angle of 85.38º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BDF472 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 244 114 -
CMYK 0.23 0 0.53 0.04
HSL 85.38º 0.86% 0.7% -
HSV(B) 85.38º 0.53% 0.96% -
XYZ 56.37 76.74 27.76 -
YUV 212.74 72.28 111.07 -
System Red Green Blue C M Y K H S L
Decimal 189 244 114 0.23 0 0.53 0.04 85.38 0.86 0.7
Hex BD F4 72 17 0 35 4 55 56 46
Octal 275 364 162 27 0 65 4 125 126 106
Binary 10111101 11110100 1110010 10111 0 110101 100 1010101 1010110 1000110

Color Harmonies of #BDF472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF472

Black with #BDF472

Text Example


Text Example

White with #BDF472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF472; }

 p { color: rgb(189,244,114); }

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

background-color css

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

 a { background-color: rgb(189,244,114); }

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

border-color css

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

 span { border-color: rgb(189,244,114); }

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