Html Css Color HEX #C5F342 Las Palmas

📋 copy color: '#C5F342'

red 197 ◦ green 243 ◦ blue 66

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

Shades of Las Palmas #C5F342

Tints of Las Palmas #C5F342

RGB

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

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

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

R = 38.93%
G = 48.02%
B = 13.04%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#C5F342 (or 0xC5F342) is known color: Las Palmas. HEX triplet: C5, F3 and 42. RGB value is (197,243,66). Sum of RGB (Red+Green+Blue) = 197+243+66=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #C5F342 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F342 is #3A0CBD. Grayscale: #D1D1D1. Windows color (decimal): -3804350 or 4387781. OLE color: 4387781.

HSL color Cylindrical-coordinate representation of color #C5F342: hue angle of 75.59º 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 #C5F342 is Cyan = 0.19, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 243 66 -
CMYK 0.19 0 0.73 0.05
HSL 75.59º 0.88% 0.61% -
HSV(B) 75.59º 0.73% 0.95% -
XYZ 56.06 76.36 16.94 -
YUV 209.07 47.26 119.39 -
System Red Green Blue C M Y K H S L
Decimal 197 243 66 0.19 0 0.73 0.05 75.59 0.88 0.61
Hex C5 F3 42 13 0 49 5 4C 58 3D
Octal 305 363 102 23 0 111 5 114 130 75
Binary 11000101 11110011 1000010 10011 0 1001001 101 1001100 1011000 111101

Color Harmonies of #C5F342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F342

Black with #C5F342

Text Example


Text Example

White with #C5F342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F342; }

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

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

background-color css

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

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

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

border-color css

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

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

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