Html Css Color HEX #BCF36C Sulu

📋 copy color: '#BCF36C'

red 188 ◦ green 243 ◦ blue 108

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

Shades of Sulu #BCF36C

Tints of Sulu #BCF36C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.08%

 BLUE value IS 108 (42.58% from 255) = 20.04%

R = 34.88%
G = 45.08%
B = 20.04%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#BCF36C (or 0xBCF36C) is known color: Sulu. HEX triplet: BC, F3 and 6C. RGB value is (188,243,108). Sum of RGB (Red+Green+Blue) = 188+243+108=539 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.88% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 108 (42.58% from 255 or 20.04% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF36C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF36C is #430C93. Grayscale: #D3D3D3. Windows color (decimal): -4394132 or 7140284. OLE color: 7140284.

HSL color Cylindrical-coordinate representation of color #BCF36C: hue angle of 84.44º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCF36C is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 108 -
CMYK 0.23 0 0.56 0.05
HSL 84.44º 0.85% 0.69% -
HSV(B) 84.44º 0.56% 0.95% -
XYZ 55.5 75.88 25.91 -
YUV 211.17 69.78 111.48 -
System Red Green Blue C M Y K H S L
Decimal 188 243 108 0.23 0 0.56 0.05 84.44 0.85 0.69
Hex BC F3 6C 17 0 38 5 54 55 45
Octal 274 363 154 27 0 70 5 124 125 105
Binary 10111100 11110011 1101100 10111 0 111000 101 1010100 1010101 1000101

Color Harmonies of #BCF36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF36C

Black with #BCF36C

Text Example


Text Example

White with #BCF36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF36C; }

 p { color: rgb(188,243,108); }

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

background-color css

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

 a { background-color: rgb(188,243,108); }

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

border-color css

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

 span { border-color: rgb(188,243,108); }

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