Html Css Color HEX #BCDF71 Sulu

📋 copy color: '#BCDF71'

red 188 ◦ green 223 ◦ blue 113

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

Shades of Sulu #BCDF71

Tints of Sulu #BCDF71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.56%

R = 35.88%
G = 42.56%
B = 21.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#BCDF71 (or 0xBCDF71) is known color: Sulu. HEX triplet: BC, DF and 71. RGB value is (188,223,113). Sum of RGB (Red+Green+Blue) = 188+223+113=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 113 (44.53% from 255 or 21.56% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF71 is #43208E. Grayscale: #C8C8C8. Windows color (decimal): -4399247 or 7462844. OLE color: 7462844.

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

Color convert

RGB 188 223 113 -
CMYK 0.16 0 0.49 0.13
HSL 79.09º 0.63% 0.66% -
HSV(B) 79.09º 0.49% 0.87% -
XYZ 50.11 64.66 25.46 -
YUV 200 78.9 119.44 -
System Red Green Blue C M Y K H S L
Decimal 188 223 113 0.16 0 0.49 0.13 79.09 0.63 0.66
Hex BC DF 71 10 0 31 D 4F 3F 42
Octal 274 337 161 20 0 61 15 117 77 102
Binary 10111100 11011111 1110001 10000 0 110001 1101 1001111 111111 1000010

Color Harmonies of #BCDF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF71

Black with #BCDF71

Text Example


Text Example

White with #BCDF71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF71; }

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

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

background-color css

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

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

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

border-color css

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

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

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