#C2FF34

Color #C2FF34 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #C2FF34

Tints of Green Yellow #C2FF34

Color information

#C2FF34 (or 0xC2FF34) is unknown color: approx Green Yellow. HEX triplet: C2, FF and 34. RGB value is (194,255,52). Sum of RGB (Red+Green+Blue) = 194+255+52=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 255 (100% from 255 or 50.90% from 501); Blue value is 52 (20.70% from 255 or 10.38% from 501); Max value from RGB is 255 - color contains mainly: green. Hex color #C2FF34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FF34 is #3D00CB. Grayscale: #D6D6D6. Windows color (decimal): -3997900 or 3473346. OLE color: 3473346.

HSL color Cylindrical-coordinate representation of color #C2FF34: hue angle of 78.03º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C2FF34 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.

Color convert

RGB19425552-
CMYK0.2400.800
HSL78.03º100%60.2%-
HSV(B)78.03º79.61%100%-
XYZ58.6383.2416.23-
YUV213.6236.79114.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 255 (100% from 255) = 50.90%
BLUE value IS 52 (20.70% from 255) = 10.38%
R=38.72%
G=50.90%
B=10.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal194255520.2400.80078.0310060.2
HexC2FF341805004e643c
Octal30237764300120011614474
Binary11000010111111111101001100001010000010011101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FF34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FF34; }

 p { color: rgb(194,255,52); }

 H1.HeaderClassName
 {
   color: #C2FF34;
 }
 .AnyTagClassName
 {
   color: #C2FF34;
 }
</style>
background-color css

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

 a { background-color: rgb(194,255,52); }

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

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

 span { border-color: rgb(194,255,52); }

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