Html Css Color HEX #BCF070 Sulu

📋 copy color: '#BCF070'

red 188 ◦ green 240 ◦ blue 112

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

Shades of Sulu #BCF070

Tints of Sulu #BCF070

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.44%

 BLUE value IS 112 (44.14% from 255) = 20.74%

R = 34.81%
G = 44.44%
B = 20.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#BCF070 (or 0xBCF070) is known color: Sulu. HEX triplet: BC, F0 and 70. RGB value is (188,240,112). Sum of RGB (Red+Green+Blue) = 188+240+112=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 112 (44.14% from 255 or 20.74% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF070 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF070 is #430F8F. Grayscale: #D2D2D2. Windows color (decimal): -4394896 or 7401660. OLE color: 7401660.

HSL color Cylindrical-coordinate representation of color #BCF070: hue angle of 84.38º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCF070 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 112 -
CMYK 0.22 0 0.53 0.06
HSL 84.38º 0.81% 0.69% -
HSV(B) 84.38º 0.53% 0.94% -
XYZ 54.82 74.18 26.76 -
YUV 209.86 72.77 112.41 -
System Red Green Blue C M Y K H S L
Decimal 188 240 112 0.22 0 0.53 0.06 84.38 0.81 0.69
Hex BC F0 70 16 0 35 6 54 51 45
Octal 274 360 160 26 0 65 6 124 121 105
Binary 10111100 11110000 1110000 10110 0 110101 110 1010100 1010001 1000101

Color Harmonies of #BCF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF070

Black with #BCF070

Text Example


Text Example

White with #BCF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF070; }

 p { color: rgb(188,240,112); }

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

background-color css

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

 a { background-color: rgb(188,240,112); }

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

border-color css

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

 span { border-color: rgb(188,240,112); }

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