Html Css Color HEX #BCF278 Sulu

📋 copy color: '#BCF278'

red 188 ◦ green 242 ◦ blue 120

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

Shades of Sulu #BCF278

Tints of Sulu #BCF278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.82%

R = 34.18%
G = 44%
B = 21.82%

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

#BCF278 (or 0xBCF278) is known color: Sulu. HEX triplet: BC, F2 and 78. RGB value is (188,242,120). Sum of RGB (Red+Green+Blue) = 188+242+120=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 120 (47.27% from 255 or 21.82% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF278 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF278 is #430D87. Grayscale: #D4D4D4. Windows color (decimal): -4394376 or 7926460. OLE color: 7926460.

HSL color Cylindrical-coordinate representation of color #BCF278: hue angle of 86.56º 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 #BCF278 is Cyan = 0.22, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 120 -
CMYK 0.22 0 0.50 0.05
HSL 86.56º 0.82% 0.71% -
HSV(B) 86.56º 0.5% 0.95% -
XYZ 55.88 75.55 29.41 -
YUV 211.95 76.11 110.92 -
System Red Green Blue C M Y K H S L
Decimal 188 242 120 0.22 0 0.50 0.05 86.56 0.82 0.71
Hex BC F2 78 16 0 32 5 57 52 47
Octal 274 362 170 26 0 62 5 127 122 107
Binary 10111100 11110010 1111000 10110 0 110010 101 1010111 1010010 1000111

Color Harmonies of #BCF278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF278

Black with #BCF278

Text Example


Text Example

White with #BCF278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF278; }

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

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

background-color css

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

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

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

border-color css

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

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

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