Html Css Color HEX #BCF072 Sulu

📋 copy color: '#BCF072'

red 188 ◦ green 240 ◦ blue 114

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

Shades of Sulu #BCF072

Tints of Sulu #BCF072

RGB

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

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

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

R = 34.69%
G = 44.28%
B = 21.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#BCF072 (or 0xBCF072) is known color: Sulu. HEX triplet: BC, F0 and 72. RGB value is (188,240,114). Sum of RGB (Red+Green+Blue) = 188+240+114=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF072 is #430F8D. Grayscale: #D2D2D2. Windows color (decimal): -4394894 or 7532732. OLE color: 7532732.

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

Color convert

RGB 188 240 114 -
CMYK 0.22 0 0.52 0.06
HSL 84.76º 0.81% 0.69% -
HSV(B) 84.76º 0.53% 0.94% -
XYZ 54.94 74.23 27.35 -
YUV 210.09 73.77 112.25 -
System Red Green Blue C M Y K H S L
Decimal 188 240 114 0.22 0 0.52 0.06 84.76 0.81 0.69
Hex BC F0 72 16 0 34 6 55 51 45
Octal 274 360 162 26 0 64 6 125 121 105
Binary 10111100 11110000 1110010 10110 0 110100 110 1010101 1010001 1000101

Color Harmonies of #BCF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF072

Black with #BCF072

Text Example


Text Example

White with #BCF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF072; }

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

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

background-color css

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

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

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

border-color css

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

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

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