Html Css Color HEX #C4F442 Las Palmas

📋 copy color: '#C4F442'

red 196 ◦ green 244 ◦ blue 66

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

Shades of Las Palmas #C4F442

Tints of Las Palmas #C4F442

RGB

 RED value IS 196 (76.95% from 255) = 38.74%

 GREEN value IS 244 (95.7% from 255) = 48.22%

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

R = 38.74%
G = 48.22%
B = 13.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#C4F442 (or 0xC4F442) is known color: Las Palmas. HEX triplet: C4, F4 and 42. RGB value is (196,244,66). Sum of RGB (Red+Green+Blue) = 196+244+66=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 244 (95.70% from 255 or 48.22% from 506); Blue value is 66 (26.17% from 255 or 13.04% from 506); Max value from RGB is 244 - color contains mainly: green. Hex color #C4F442 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4F442 is #3B0BBD. Grayscale: #D2D2D2. Windows color (decimal): -3869630 or 4388036. OLE color: 4388036.

HSL color Cylindrical-coordinate representation of color #C4F442: hue angle of 76.18º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C4F442 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.

Color convert

RGB 196 244 66 -
CMYK 0.20 0 0.73 0.04
HSL 76.18º 0.89% 0.61% -
HSV(B) 76.18º 0.73% 0.96% -
XYZ 56.1 76.83 17.03 -
YUV 209.36 47.1 118.47 -
System Red Green Blue C M Y K H S L
Decimal 196 244 66 0.20 0 0.73 0.04 76.18 0.89 0.61
Hex C4 F4 42 14 0 49 4 4C 59 3D
Octal 304 364 102 24 0 111 4 114 131 75
Binary 11000100 11110100 1000010 10100 0 1001001 100 1001100 1011001 111101

Color Harmonies of #C4F442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4F442

Black with #C4F442

Text Example


Text Example

White with #C4F442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4F442; }

 p { color: rgb(196,244,66); }

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

background-color css

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

 a { background-color: rgb(196,244,66); }

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

border-color css

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

 span { border-color: rgb(196,244,66); }

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