Html Css Color HEX #BCF845 Green Yellow

📋 copy color: '#BCF845'

red 188 ◦ green 248 ◦ blue 69

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

Shades of Green Yellow #BCF845

Tints of Green Yellow #BCF845

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.11%

 BLUE value IS 69 (27.34% from 255) = 13.66%

R = 37.23%
G = 49.11%
B = 13.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#BCF845 (or 0xBCF845) is known color: Green Yellow. HEX triplet: BC, F8 and 45. RGB value is (188,248,69). Sum of RGB (Red+Green+Blue) = 188+248+69=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 248 (97.27% from 255 or 49.11% from 505); Blue value is 69 (27.34% from 255 or 13.66% from 505); Max value from RGB is 248 - color contains mainly: green. Hex color #BCF845 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF845 is #4307BA. Grayscale: #D2D2D2. Windows color (decimal): -4392891 or 4585660. OLE color: 4585660.

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

Color convert

RGB 188 248 69 -
CMYK 0.24 0 0.72 0.03
HSL 80.11º 0.93% 0.62% -
HSV(B) 80.11º 0.72% 0.97% -
XYZ 55.38 78.26 17.82 -
YUV 209.65 48.62 112.55 -
System Red Green Blue C M Y K H S L
Decimal 188 248 69 0.24 0 0.72 0.03 80.11 0.93 0.62
Hex BC F8 45 18 0 48 3 50 5D 3E
Octal 274 370 105 30 0 110 3 120 135 76
Binary 10111100 11111000 1000101 11000 0 1001000 11 1010000 1011101 111110

Color Harmonies of #BCF845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF845

Black with #BCF845

Text Example


Text Example

White with #BCF845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF845; }

 p { color: rgb(188,248,69); }

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

background-color css

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

 a { background-color: rgb(188,248,69); }

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

border-color css

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

 span { border-color: rgb(188,248,69); }

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