Html Css Color HEX #BCF270 Sulu

📋 copy color: '#BCF270'

red 188 ◦ green 242 ◦ blue 112

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

Shades of Sulu #BCF270

Tints of Sulu #BCF270

RGB

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

 GREEN value IS 242 (94.92% from 255) = 44.65%

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

R = 34.69%
G = 44.65%
B = 20.66%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#BCF270 (or 0xBCF270) is known color: Sulu. HEX triplet: BC, F2 and 70. RGB value is (188,242,112). Sum of RGB (Red+Green+Blue) = 188+242+112=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF270 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF270 is #430D8F. Grayscale: #D3D3D3. Windows color (decimal): -4394384 or 7402172. OLE color: 7402172.

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

Color convert

RGB 188 242 112 -
CMYK 0.22 0 0.54 0.05
HSL 84.92º 0.83% 0.69% -
HSV(B) 84.92º 0.54% 0.95% -
XYZ 55.42 75.37 26.96 -
YUV 211.03 72.11 111.57 -
System Red Green Blue C M Y K H S L
Decimal 188 242 112 0.22 0 0.54 0.05 84.92 0.83 0.69
Hex BC F2 70 16 0 36 5 55 53 45
Octal 274 362 160 26 0 66 5 125 123 105
Binary 10111100 11110010 1110000 10110 0 110110 101 1010101 1010011 1000101

Color Harmonies of #BCF270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF270

Black with #BCF270

Text Example


Text Example

White with #BCF270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF270; }

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

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

background-color css

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

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

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

border-color css

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

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

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