Html Css Color HEX #C5EF42 Las Palmas

📋 copy color: '#C5EF42'

red 197 ◦ green 239 ◦ blue 66

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

Shades of Las Palmas #C5EF42

Tints of Las Palmas #C5EF42

RGB

 RED value IS 197 (77.34% from 255) = 39.24%

 GREEN value IS 239 (93.75% from 255) = 47.61%

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

R = 39.24%
G = 47.61%
B = 13.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.72

 K value IS 0.06

RGB Variations

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

Color information

#C5EF42 (or 0xC5EF42) is known color: Las Palmas. HEX triplet: C5, EF and 42. RGB value is (197,239,66). Sum of RGB (Red+Green+Blue) = 197+239+66=502 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.24% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 66 (26.17% from 255 or 13.15% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF42 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5EF42 is #3A10BD. Grayscale: #CFCFCF. Windows color (decimal): -3805374 or 4386757. OLE color: 4386757.

HSL color Cylindrical-coordinate representation of color #C5EF42: hue angle of 74.57º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C5EF42 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 239 66 -
CMYK 0.18 0 0.72 0.06
HSL 74.57º 0.84% 0.6% -
HSV(B) 74.57º 0.72% 0.94% -
XYZ 54.88 74 16.54 -
YUV 206.72 48.59 121.07 -
System Red Green Blue C M Y K H S L
Decimal 197 239 66 0.18 0 0.72 0.06 74.57 0.84 0.6
Hex C5 EF 42 12 0 48 6 4B 54 3C
Octal 305 357 102 22 0 110 6 113 124 74
Binary 11000101 11101111 1000010 10010 0 1001000 110 1001011 1010100 111100

Color Harmonies of #C5EF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EF42

Black with #C5EF42

Text Example


Text Example

White with #C5EF42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EF42; }

 p { color: rgb(197,239,66); }

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

background-color css

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

 a { background-color: rgb(197,239,66); }

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

border-color css

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

 span { border-color: rgb(197,239,66); }

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