Html Css Color HEX #BCF572 Sulu

📋 copy color: '#BCF572'

red 188 ◦ green 245 ◦ blue 114

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

Shades of Sulu #BCF572

Tints of Sulu #BCF572

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.79%

 BLUE value IS 114 (44.92% from 255) = 20.84%

R = 34.37%
G = 44.79%
B = 20.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#BCF572 (or 0xBCF572) is known color: Sulu. HEX triplet: BC, F5 and 72. RGB value is (188,245,114). Sum of RGB (Red+Green+Blue) = 188+245+114=547 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.37% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF572 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF572 is #430A8D. Grayscale: #D5D5D5. Windows color (decimal): -4393614 or 7534012. OLE color: 7534012.

HSL color Cylindrical-coordinate representation of color #BCF572: hue angle of 86.11º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BCF572 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 114 -
CMYK 0.23 0 0.53 0.04
HSL 86.11º 0.87% 0.7% -
HSV(B) 86.11º 0.53% 0.96% -
XYZ 56.43 77.21 27.85 -
YUV 213.02 72.12 110.15 -
System Red Green Blue C M Y K H S L
Decimal 188 245 114 0.23 0 0.53 0.04 86.11 0.87 0.7
Hex BC F5 72 17 0 35 4 56 57 46
Octal 274 365 162 27 0 65 4 126 127 106
Binary 10111100 11110101 1110010 10111 0 110101 100 1010110 1010111 1000110

Color Harmonies of #BCF572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF572

Black with #BCF572

Text Example


Text Example

White with #BCF572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF572; }

 p { color: rgb(188,245,114); }

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

background-color css

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

 a { background-color: rgb(188,245,114); }

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

border-color css

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

 span { border-color: rgb(188,245,114); }

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