Html Css Color HEX #BCF02D Green Yellow

📋 copy color: '#BCF02D'

red 188 ◦ green 240 ◦ blue 45

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

Shades of Green Yellow #BCF02D

Tints of Green Yellow #BCF02D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.74%

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

R = 39.75%
G = 50.74%
B = 9.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#BCF02D (or 0xBCF02D) is known color: Green Yellow. HEX triplet: BC, F0 and 2D. RGB value is (188,240,45). Sum of RGB (Red+Green+Blue) = 188+240+45=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF02D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF02D is #430FD2. Grayscale: #CACACA. Windows color (decimal): -4394963 or 3010748. OLE color: 3010748.

HSL color Cylindrical-coordinate representation of color #BCF02D: hue angle of 76º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCF02D is Cyan = 0.22, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 240 45 -
CMYK 0.22 0 0.81 0.06
HSL 76º 0.87% 0.56% -
HSV(B) 76º 0.81% 0.94% -
XYZ 52.37 73.2 13.85 -
YUV 202.22 39.27 117.86 -
System Red Green Blue C M Y K H S L
Decimal 188 240 45 0.22 0 0.81 0.06 76 0.87 0.56
Hex BC F0 2D 16 0 51 6 4C 57 38
Octal 274 360 55 26 0 121 6 114 127 70
Binary 10111100 11110000 101101 10110 0 1010001 110 1001100 1010111 111000

Color Harmonies of #BCF02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF02D

Black with #BCF02D

Text Example


Text Example

White with #BCF02D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF02D; }

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

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

background-color css

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

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

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

border-color css

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

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

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