Html Css Color HEX #BCF42D Green Yellow

📋 copy color: '#BCF42D'

red 188 ◦ green 244 ◦ blue 45

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

Shades of Green Yellow #BCF42D

Tints of Green Yellow #BCF42D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 51.15%

 BLUE value IS 45 (17.97% from 255) = 9.43%

R = 39.41%
G = 51.15%
B = 9.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#BCF42D (or 0xBCF42D) is known color: Green Yellow. HEX triplet: BC, F4 and 2D. RGB value is (188,244,45). Sum of RGB (Red+Green+Blue) = 188+244+45=477 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.41% from 477); Green value is 244 (95.70% from 255 or 51.15% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF42D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF42D is #430BD2. Grayscale: #CDCDCD. Windows color (decimal): -4393939 or 3011772. OLE color: 3011772.

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

Color convert

RGB 188 244 45 -
CMYK 0.23 0 0.82 0.04
HSL 76.88º 0.9% 0.57% -
HSV(B) 76.88º 0.82% 0.96% -
XYZ 53.56 75.58 14.25 -
YUV 204.57 37.95 116.18 -
System Red Green Blue C M Y K H S L
Decimal 188 244 45 0.23 0 0.82 0.04 76.88 0.9 0.57
Hex BC F4 2D 17 0 52 4 4D 5A 39
Octal 274 364 55 27 0 122 4 115 132 71
Binary 10111100 11110100 101101 10111 0 1010010 100 1001101 1011010 111001

Color Harmonies of #BCF42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF42D

Black with #BCF42D

Text Example


Text Example

White with #BCF42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF42D; }

 p { color: rgb(188,244,45); }

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

background-color css

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

 a { background-color: rgb(188,244,45); }

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

border-color css

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

 span { border-color: rgb(188,244,45); }

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