Html Css Color HEX #BDFC6C Sulu

📋 copy color: '#BDFC6C'

red 189 ◦ green 252 ◦ blue 108

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

Shades of Sulu #BDFC6C

Tints of Sulu #BDFC6C

RGB

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

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

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

R = 34.43%
G = 45.9%
B = 19.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#BDFC6C (or 0xBDFC6C) is known color: Sulu. HEX triplet: BD, FC and 6C. RGB value is (189,252,108). Sum of RGB (Red+Green+Blue) = 189+252+108=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 252 (98.83% from 255 or 45.90% from 549); Blue value is 108 (42.58% from 255 or 19.67% from 549); Max value from RGB is 252 - color contains mainly: green. Hex color #BDFC6C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFC6C is #420393. Grayscale: #D9D9D9. Windows color (decimal): -4326292 or 7142589. OLE color: 7142589.

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

Color convert

RGB 189 252 108 -
CMYK 0.25 0 0.57 0.01
HSL 86.25º 0.96% 0.71% -
HSV(B) 86.25º 0.57% 0.99% -
XYZ 58.5 81.52 26.84 -
YUV 216.75 66.63 108.21 -
System Red Green Blue C M Y K H S L
Decimal 189 252 108 0.25 0 0.57 0.01 86.25 0.96 0.71
Hex BD FC 6C 19 0 39 1 56 60 47
Octal 275 374 154 31 0 71 1 126 140 107
Binary 10111101 11111100 1101100 11001 0 111001 1 1010110 1100000 1000111

Color Harmonies of #BDFC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFC6C

Black with #BDFC6C

Text Example


Text Example

White with #BDFC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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