Html Css Color HEX #BCF342 Green Yellow

📋 copy color: '#BCF342'

red 188 ◦ green 243 ◦ blue 66

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

Shades of Green Yellow #BCF342

Tints of Green Yellow #BCF342

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.89%

 BLUE value IS 66 (26.17% from 255) = 13.28%

R = 37.83%
G = 48.89%
B = 13.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#BCF342 (or 0xBCF342) is known color: Green Yellow. HEX triplet: BC, F3 and 42. RGB value is (188,243,66). Sum of RGB (Red+Green+Blue) = 188+243+66=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 243 (95.31% from 255 or 48.89% from 497); Blue value is 66 (26.17% from 255 or 13.28% from 497); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF342 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCF342 is #430CBD. Grayscale: #CFCFCF. Windows color (decimal): -4394174 or 4387772. OLE color: 4387772.

HSL color Cylindrical-coordinate representation of color #BCF342: hue angle of 78.64º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BCF342 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 243 66 -
CMYK 0.23 0 0.73 0.05
HSL 78.64º 0.88% 0.61% -
HSV(B) 78.64º 0.73% 0.95% -
XYZ 53.77 75.19 16.83 -
YUV 206.38 48.78 114.89 -
System Red Green Blue C M Y K H S L
Decimal 188 243 66 0.23 0 0.73 0.05 78.64 0.88 0.61
Hex BC F3 42 17 0 49 5 4F 58 3D
Octal 274 363 102 27 0 111 5 117 130 75
Binary 10111100 11110011 1000010 10111 0 1001001 101 1001111 1011000 111101

Color Harmonies of #BCF342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF342

Black with #BCF342

Text Example


Text Example

White with #BCF342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF342; }

 p { color: rgb(188,243,66); }

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

background-color css

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

 a { background-color: rgb(188,243,66); }

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

border-color css

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

 span { border-color: rgb(188,243,66); }

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