Html Css Color HEX #BCF770 Sulu

📋 copy color: '#BCF770'

red 188 ◦ green 247 ◦ blue 112

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

Shades of Sulu #BCF770

Tints of Sulu #BCF770

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.16%

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

R = 34.37%
G = 45.16%
B = 20.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#BCF770 (or 0xBCF770) is known color: Sulu. HEX triplet: BC, F7 and 70. RGB value is (188,247,112). Sum of RGB (Red+Green+Blue) = 188+247+112=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF770 is #43088F. Grayscale: #D6D6D6. Windows color (decimal): -4393104 or 7403452. OLE color: 7403452.

HSL color Cylindrical-coordinate representation of color #BCF770: hue angle of 86.22º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCF770 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 247 112 -
CMYK 0.24 0 0.55 0.03
HSL 86.22º 0.89% 0.7% -
HSV(B) 86.22º 0.55% 0.97% -
XYZ 56.92 78.38 27.46 -
YUV 213.97 70.45 109.48 -
System Red Green Blue C M Y K H S L
Decimal 188 247 112 0.24 0 0.55 0.03 86.22 0.89 0.7
Hex BC F7 70 18 0 37 3 56 59 46
Octal 274 367 160 30 0 67 3 126 131 106
Binary 10111100 11110111 1110000 11000 0 110111 11 1010110 1011001 1000110

Color Harmonies of #BCF770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF770

Black with #BCF770

Text Example


Text Example

White with #BCF770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF770; }

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

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

background-color css

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

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

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

border-color css

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

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

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