Html Css Color HEX #BCF279 Sulu

📋 copy color: '#BCF279'

red 188 ◦ green 242 ◦ blue 121

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

Shades of Sulu #BCF279

Tints of Sulu #BCF279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 21.96%

R = 34.12%
G = 43.92%
B = 21.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#BCF279 (or 0xBCF279) is known color: Sulu. HEX triplet: BC, F2 and 79. RGB value is (188,242,121). Sum of RGB (Red+Green+Blue) = 188+242+121=551 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.12% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 121 (47.66% from 255 or 21.96% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF279 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF279 is #430D86. Grayscale: #D4D4D4. Windows color (decimal): -4394375 or 7991996. OLE color: 7991996.

HSL color Cylindrical-coordinate representation of color #BCF279: hue angle of 86.78º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BCF279 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 121 -
CMYK 0.22 0 0.50 0.05
HSL 86.78º 0.82% 0.71% -
HSV(B) 86.78º 0.5% 0.95% -
XYZ 55.94 75.58 29.73 -
YUV 212.06 76.61 110.84 -
System Red Green Blue C M Y K H S L
Decimal 188 242 121 0.22 0 0.50 0.05 86.78 0.82 0.71
Hex BC F2 79 16 0 32 5 57 52 47
Octal 274 362 171 26 0 62 5 127 122 107
Binary 10111100 11110010 1111001 10110 0 110010 101 1010111 1010010 1000111

Color Harmonies of #BCF279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF279

Black with #BCF279

Text Example


Text Example

White with #BCF279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF279; }

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

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

background-color css

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

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

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

border-color css

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

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

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