Html Css Color HEX #C2ED41 Las Palmas

📋 copy color: '#C2ED41'

red 194 ◦ green 237 ◦ blue 65

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

Shades of Las Palmas #C2ED41

Tints of Las Palmas #C2ED41

RGB

 RED value IS 194 (76.17% from 255) = 39.11%

 GREEN value IS 237 (92.97% from 255) = 47.78%

 BLUE value IS 65 (25.78% from 255) = 13.1%

R = 39.11%
G = 47.78%
B = 13.1%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#C2ED41 (or 0xC2ED41) is known color: Las Palmas. HEX triplet: C2, ED and 41. RGB value is (194,237,65). Sum of RGB (Red+Green+Blue) = 194+237+65=496 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.11% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 65 (25.78% from 255 or 13.10% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED41 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2ED41 is #3D12BE. Grayscale: #CDCDCD. Windows color (decimal): -4002495 or 4320706. OLE color: 4320706.

HSL color Cylindrical-coordinate representation of color #C2ED41: hue angle of 75º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2ED41 is Cyan = 0.18, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 237 65 -
CMYK 0.18 0 0.73 0.07
HSL 75º 0.83% 0.59% -
HSV(B) 75º 0.73% 0.93% -
XYZ 53.49 72.42 16.16 -
YUV 204.54 49.25 120.49 -
System Red Green Blue C M Y K H S L
Decimal 194 237 65 0.18 0 0.73 0.07 75 0.83 0.59
Hex C2 ED 41 12 0 49 7 4B 53 3B
Octal 302 355 101 22 0 111 7 113 123 73
Binary 11000010 11101101 1000001 10010 0 1001001 111 1001011 1010011 111011

Color Harmonies of #C2ED41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ED41

Black with #C2ED41

Text Example


Text Example

White with #C2ED41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ED41; }

 p { color: rgb(194,237,65); }

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

background-color css

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

 a { background-color: rgb(194,237,65); }

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

border-color css

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

 span { border-color: rgb(194,237,65); }

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