Html Css Color HEX #BCF52D Green Yellow

📋 copy color: '#BCF52D'

red 188 ◦ green 245 ◦ blue 45

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

Shades of Green Yellow #BCF52D

Tints of Green Yellow #BCF52D

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.26%

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

R = 39.33%
G = 51.26%
B = 9.41%

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

#BCF52D (or 0xBCF52D) is known color: Green Yellow. HEX triplet: BC, F5 and 2D. RGB value is (188,245,45). Sum of RGB (Red+Green+Blue) = 188+245+45=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 245 (96.09% from 255 or 51.26% from 478); Blue value is 45 (17.97% from 255 or 9.41% from 478); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF52D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF52D is #430AD2. Grayscale: #CDCDCD. Windows color (decimal): -4393683 or 3012028. OLE color: 3012028.

HSL color Cylindrical-coordinate representation of color #BCF52D: hue angle of 77.1º degrees, saturation: 0.91, 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 #BCF52D is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 45 -
CMYK 0.23 0 0.82 0.04
HSL 77.1º 0.91% 0.57% -
HSV(B) 77.1º 0.82% 0.96% -
XYZ 53.87 76.19 14.35 -
YUV 205.16 37.62 115.76 -
System Red Green Blue C M Y K H S L
Decimal 188 245 45 0.23 0 0.82 0.04 77.1 0.91 0.57
Hex BC F5 2D 17 0 52 4 4D 5B 39
Octal 274 365 55 27 0 122 4 115 133 71
Binary 10111100 11110101 101101 10111 0 1010010 100 1001101 1011011 111001

Color Harmonies of #BCF52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF52D

Black with #BCF52D

Text Example


Text Example

White with #BCF52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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