Html Css Color HEX #BCFF62 Sulu

📋 copy color: '#BCFF62'

red 188 ◦ green 255 ◦ blue 98

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

Shades of Sulu #BCFF62

Tints of Sulu #BCFF62

RGB

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

 GREEN value IS 255 (100% from 255) = 47.13%

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

R = 34.75%
G = 47.13%
B = 18.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#BCFF62 (or 0xBCFF62) is known color: Sulu. HEX triplet: BC, FF and 62. RGB value is (188,255,98). Sum of RGB (Red+Green+Blue) = 188+255+98=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 98 (38.67% from 255 or 18.11% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFF62 is #43009D. Grayscale: #D9D9D9. Windows color (decimal): -4391070 or 6487996. OLE color: 6487996.

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

Color convert

RGB 188 255 98 -
CMYK 0.26 0 0.62 0
HSL 85.61º 1% 0.69% -
HSV(B) 85.61º 0.62% 1% -
XYZ 58.7 83.09 24.5 -
YUV 217.07 60.8 107.27 -
System Red Green Blue C M Y K H S L
Decimal 188 255 98 0.26 0 0.62 0 85.61 1 0.69
Hex BC FF 62 1A 0 3E 0 56 64 45
Octal 274 377 142 32 0 76 0 126 144 105
Binary 10111100 11111111 1100010 11010 0 111110 0 1010110 1100100 1000101

Color Harmonies of #BCFF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFF62

Black with #BCFF62

Text Example


Text Example

White with #BCFF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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