Html Css Color HEX #BCF36E Sulu

📋 copy color: '#BCF36E'

red 188 ◦ green 243 ◦ blue 110

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

Shades of Sulu #BCF36E

Tints of Sulu #BCF36E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.33%

R = 34.75%
G = 44.92%
B = 20.33%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#BCF36E (or 0xBCF36E) is known color: Sulu. HEX triplet: BC, F3 and 6E. RGB value is (188,243,110). Sum of RGB (Red+Green+Blue) = 188+243+110=541 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.75% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF36E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF36E is #430C91. Grayscale: #D3D3D3. Windows color (decimal): -4394130 or 7271356. OLE color: 7271356.

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

Color convert

RGB 188 243 110 -
CMYK 0.23 0 0.55 0.05
HSL 84.81º 0.85% 0.69% -
HSV(B) 84.81º 0.55% 0.95% -
XYZ 55.6 75.92 26.47 -
YUV 211.39 70.78 111.31 -
System Red Green Blue C M Y K H S L
Decimal 188 243 110 0.23 0 0.55 0.05 84.81 0.85 0.69
Hex BC F3 6E 17 0 37 5 55 55 45
Octal 274 363 156 27 0 67 5 125 125 105
Binary 10111100 11110011 1101110 10111 0 110111 101 1010101 1010101 1000101

Color Harmonies of #BCF36E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF36E

Black with #BCF36E

Text Example


Text Example

White with #BCF36E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF36E; }

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

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

background-color css

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

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

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

border-color css

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

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

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