Html Css Color HEX #BCFC67 Sulu

📋 copy color: '#BCFC67'

red 188 ◦ green 252 ◦ blue 103

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

Shades of Sulu #BCFC67

Tints of Sulu #BCFC67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.97%

R = 34.62%
G = 46.41%
B = 18.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.01

RGB Variations

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

Color information

#BCFC67 (or 0xBCFC67) is known color: Sulu. HEX triplet: BC, FC and 67. RGB value is (188,252,103). Sum of RGB (Red+Green+Blue) = 188+252+103=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 103 (40.62% from 255 or 18.97% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFC67 is #430398. Grayscale: #D8D8D8. Windows color (decimal): -4391833 or 6814908. OLE color: 6814908.

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

Color convert

RGB 188 252 103 -
CMYK 0.25 0 0.59 0.01
HSL 85.77º 0.96% 0.7% -
HSV(B) 85.77º 0.59% 0.99% -
XYZ 58 81.29 25.47 -
YUV 215.88 64.3 108.12 -
System Red Green Blue C M Y K H S L
Decimal 188 252 103 0.25 0 0.59 0.01 85.77 0.96 0.7
Hex BC FC 67 19 0 3B 1 56 60 46
Octal 274 374 147 31 0 73 1 126 140 106
Binary 10111100 11111100 1100111 11001 0 111011 1 1010110 1100000 1000110

Color Harmonies of #BCFC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFC67

Black with #BCFC67

Text Example


Text Example

White with #BCFC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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