Html Css Color HEX #C3D040 Las Palmas

📋 copy color: '#C3D040'

red 195 ◦ green 208 ◦ blue 64

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

Shades of Las Palmas #C3D040

Tints of Las Palmas #C3D040

RGB

 RED value IS 195 (76.56% from 255) = 41.76%

 GREEN value IS 208 (81.64% from 255) = 44.54%

 BLUE value IS 64 (25.39% from 255) = 13.7%

R = 41.76%
G = 44.54%
B = 13.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#C3D040 (or 0xC3D040) is known color: Las Palmas. HEX triplet: C3, D0 and 40. RGB value is (195,208,64). Sum of RGB (Red+Green+Blue) = 195+208+64=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 208 (81.64% from 255 or 44.54% from 467); Blue value is 64 (25.39% from 255 or 13.70% from 467); Max value from RGB is 208 - color contains mainly: green. Hex color #C3D040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3D040 is #3C2FBF. Grayscale: #BCBCBC. Windows color (decimal): -3944384 or 4247747. OLE color: 4247747.

HSL color Cylindrical-coordinate representation of color #C3D040: hue angle of 65.42º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3D040 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 195 208 64 -
CMYK 0.06 0 0.69 0.18
HSL 65.42º 0.61% 0.53% -
HSV(B) 65.42º 0.69% 0.82% -
XYZ 45.99 57.08 13.45 -
YUV 187.7 58.19 133.21 -
System Red Green Blue C M Y K H S L
Decimal 195 208 64 0.06 0 0.69 0.18 65.42 0.61 0.53
Hex C3 D0 40 6 0 45 12 41 3D 35
Octal 303 320 100 6 0 105 22 101 75 65
Binary 11000011 11010000 1000000 110 0 1000101 10010 1000001 111101 110101

Color Harmonies of #C3D040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3D040

Black with #C3D040

Text Example


Text Example

White with #C3D040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3D040; }

 p { color: rgb(195,208,64); }

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

background-color css

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

 a { background-color: rgb(195,208,64); }

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

border-color css

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

 span { border-color: rgb(195,208,64); }

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