Html Css Color HEX #BCFE62 Sulu

📋 copy color: '#BCFE62'

red 188 ◦ green 254 ◦ blue 98

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

Shades of Sulu #BCFE62

Tints of Sulu #BCFE62

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.04%

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

R = 34.81%
G = 47.04%
B = 18.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.00

RGB Variations

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

Color information

#BCFE62 (or 0xBCFE62) is known color: Sulu. HEX triplet: BC, FE and 62. RGB value is (188,254,98). Sum of RGB (Red+Green+Blue) = 188+254+98=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 254 (99.61% from 255 or 47.04% from 540); Blue value is 98 (38.67% from 255 or 18.15% from 540); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFE62 is #43019D. Grayscale: #D9D9D9. Windows color (decimal): -4391326 or 6487740. OLE color: 6487740.

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

Color convert

RGB 188 254 98 -
CMYK 0.26 0 0.61 0.00
HSL 85.38º 0.99% 0.69% -
HSV(B) 85.38º 0.61% 1% -
XYZ 58.39 82.46 24.39 -
YUV 216.48 61.13 107.68 -
System Red Green Blue C M Y K H S L
Decimal 188 254 98 0.26 0 0.61 0.00 85.38 0.99 0.69
Hex BC FE 62 1A 0 3D 0 55 63 45
Octal 274 376 142 32 0 75 0 125 143 105
Binary 10111100 11111110 1100010 11010 0 111101 0 1010101 1100011 1000101

Color Harmonies of #BCFE62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFE62

Black with #BCFE62

Text Example


Text Example

White with #BCFE62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFE62; }

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

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

background-color css

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

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

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

border-color css

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

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

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