Html Css Color HEX #BDF76C Sulu

📋 copy color: '#BDF76C'

red 189 ◦ green 247 ◦ blue 108

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

Shades of Sulu #BDF76C

Tints of Sulu #BDF76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.85%

R = 34.74%
G = 45.4%
B = 19.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.03

RGB Variations

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

Color information

#BDF76C (or 0xBDF76C) is known color: Sulu. HEX triplet: BD, F7 and 6C. RGB value is (189,247,108). Sum of RGB (Red+Green+Blue) = 189+247+108=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 247 (96.88% from 255 or 45.40% from 544); Blue value is 108 (42.58% from 255 or 19.85% from 544); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF76C is #420893. Grayscale: #D6D6D6. Windows color (decimal): -4327572 or 7141309. OLE color: 7141309.

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

Color convert

RGB 189 247 108 -
CMYK 0.23 0 0.56 0.03
HSL 85.04º 0.9% 0.7% -
HSV(B) 85.04º 0.56% 0.97% -
XYZ 56.95 78.42 26.32 -
YUV 213.81 68.28 110.3 -
System Red Green Blue C M Y K H S L
Decimal 189 247 108 0.23 0 0.56 0.03 85.04 0.9 0.7
Hex BD F7 6C 17 0 38 3 55 5A 46
Octal 275 367 154 27 0 70 3 125 132 106
Binary 10111101 11110111 1101100 10111 0 111000 11 1010101 1011010 1000110

Color Harmonies of #BDF76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF76C

Black with #BDF76C

Text Example


Text Example

White with #BDF76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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