Html Css Color HEX #BCFC62 Sulu

📋 copy color: '#BCFC62'

red 188 ◦ green 252 ◦ blue 98

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

Shades of Sulu #BCFC62

Tints of Sulu #BCFC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.22%

R = 34.94%
G = 46.84%
B = 18.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#BCFC62 (or 0xBCFC62) is known color: Sulu. HEX triplet: BC, FC and 62. RGB value is (188,252,98). Sum of RGB (Red+Green+Blue) = 188+252+98=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 98 (38.67% from 255 or 18.22% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC62 is #43039D. Grayscale: #D7D7D7. Windows color (decimal): -4391838 or 6487228. OLE color: 6487228.

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

Color convert

RGB 188 252 98 -
CMYK 0.25 0 0.61 0.01
HSL 84.94º 0.96% 0.69% -
HSV(B) 84.94º 0.61% 0.99% -
XYZ 57.75 81.19 24.18 -
YUV 215.31 61.8 108.52 -
System Red Green Blue C M Y K H S L
Decimal 188 252 98 0.25 0 0.61 0.01 84.94 0.96 0.69
Hex BC FC 62 19 0 3D 1 55 60 45
Octal 274 374 142 31 0 75 1 125 140 105
Binary 10111100 11111100 1100010 11001 0 111101 1 1010101 1100000 1000101

Color Harmonies of #BCFC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC62

Black with #BCFC62

Text Example


Text Example

White with #BCFC62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC62; }

 p { color: rgb(188,252,98); }

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

background-color css

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

 a { background-color: rgb(188,252,98); }

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

border-color css

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

 span { border-color: rgb(188,252,98); }

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