Html Css Color HEX #BDF76F Sulu

📋 copy color: '#BDF76F'

red 189 ◦ green 247 ◦ blue 111

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

Shades of Sulu #BDF76F

Tints of Sulu #BDF76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.29%

R = 34.55%
G = 45.16%
B = 20.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#BDF76F (or 0xBDF76F) is known color: Sulu. HEX triplet: BD, F7 and 6F. RGB value is (189,247,111). Sum of RGB (Red+Green+Blue) = 189+247+111=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF76F is #420890. Grayscale: #D6D6D6. Windows color (decimal): -4327569 or 7337917. OLE color: 7337917.

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

Color convert

RGB 189 247 111 -
CMYK 0.23 0 0.55 0.03
HSL 85.59º 0.89% 0.7% -
HSV(B) 85.59º 0.55% 0.97% -
XYZ 57.12 78.49 27.18 -
YUV 214.15 69.78 110.06 -
System Red Green Blue C M Y K H S L
Decimal 189 247 111 0.23 0 0.55 0.03 85.59 0.89 0.7
Hex BD F7 6F 17 0 37 3 56 59 46
Octal 275 367 157 27 0 67 3 126 131 106
Binary 10111101 11110111 1101111 10111 0 110111 11 1010110 1011001 1000110

Color Harmonies of #BDF76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF76F

Black with #BDF76F

Text Example


Text Example

White with #BDF76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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