Html Css Color HEX #BDF772 Sulu

📋 copy color: '#BDF772'

red 189 ◦ green 247 ◦ blue 114

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

Shades of Sulu #BDF772

Tints of Sulu #BDF772

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.91%

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

R = 34.36%
G = 44.91%
B = 20.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#BDF772 (or 0xBDF772) is known color: Sulu. HEX triplet: BD, F7 and 72. RGB value is (189,247,114). Sum of RGB (Red+Green+Blue) = 189+247+114=550 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.36% from 550); Green value is 247 (96.88% from 255 or 44.91% from 550); Blue value is 114 (44.92% from 255 or 20.73% from 550); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF772 is #42088D. Grayscale: #D6D6D6. Windows color (decimal): -4327566 or 7534525. OLE color: 7534525.

HSL color Cylindrical-coordinate representation of color #BDF772: hue angle of 86.17º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BDF772 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 114 -
CMYK 0.23 0 0.54 0.03
HSL 86.17º 0.89% 0.71% -
HSV(B) 86.17º 0.54% 0.97% -
XYZ 57.28 78.56 28.06 -
YUV 214.5 71.28 109.81 -
System Red Green Blue C M Y K H S L
Decimal 189 247 114 0.23 0 0.54 0.03 86.17 0.89 0.71
Hex BD F7 72 17 0 36 3 56 59 47
Octal 275 367 162 27 0 66 3 126 131 107
Binary 10111101 11110111 1110010 10111 0 110110 11 1010110 1011001 1000111

Color Harmonies of #BDF772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF772

Black with #BDF772

Text Example


Text Example

White with #BDF772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF772; }

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

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

background-color css

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

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

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

border-color css

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

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

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