Html Css Color HEX #BCDF73 Sulu

📋 copy color: '#BCDF73'

red 188 ◦ green 223 ◦ blue 115

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

Shades of Sulu #BCDF73

Tints of Sulu #BCDF73

RGB

 RED value IS 188 (73.83% from 255) = 35.74%

 GREEN value IS 223 (87.5% from 255) = 42.4%

 BLUE value IS 115 (45.31% from 255) = 21.86%

R = 35.74%
G = 42.4%
B = 21.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#BCDF73 (or 0xBCDF73) is known color: Sulu. HEX triplet: BC, DF and 73. RGB value is (188,223,115). Sum of RGB (Red+Green+Blue) = 188+223+115=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 115 (45.31% from 255 or 21.86% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF73 is #43208C. Grayscale: #C8C8C8. Windows color (decimal): -4399245 or 7593916. OLE color: 7593916.

HSL color Cylindrical-coordinate representation of color #BCDF73: hue angle of 79.44º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BCDF73 is Cyan = 0.16, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 115 -
CMYK 0.16 0 0.48 0.13
HSL 79.44º 0.63% 0.66% -
HSV(B) 79.44º 0.48% 0.87% -
XYZ 50.22 64.7 26.06 -
YUV 200.22 79.9 119.28 -
System Red Green Blue C M Y K H S L
Decimal 188 223 115 0.16 0 0.48 0.13 79.44 0.63 0.66
Hex BC DF 73 10 0 30 D 4F 3F 42
Octal 274 337 163 20 0 60 15 117 77 102
Binary 10111100 11011111 1110011 10000 0 110000 1101 1001111 111111 1000010

Color Harmonies of #BCDF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF73

Black with #BCDF73

Text Example


Text Example

White with #BCDF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF73; }

 p { color: rgb(188,223,115); }

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

background-color css

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

 a { background-color: rgb(188,223,115); }

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

border-color css

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

 span { border-color: rgb(188,223,115); }

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