Html Css Color HEX #C3CE40 Las Palmas

📋 copy color: '#C3CE40'

red 195 ◦ green 206 ◦ blue 64

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

Shades of Las Palmas #C3CE40

Tints of Las Palmas #C3CE40

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.3%

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

R = 41.94%
G = 44.3%
B = 13.76%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.19

RGB Variations

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

Color information

#C3CE40 (or 0xC3CE40) is known color: Las Palmas. HEX triplet: C3, CE and 40. RGB value is (195,206,64). Sum of RGB (Red+Green+Blue) = 195+206+64=465 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.94% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 64 (25.39% from 255 or 13.76% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #C3CE40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C3CE40 is #3C31BF. Grayscale: #BBBBBB. Windows color (decimal): -3944896 or 4247235. OLE color: 4247235.

HSL color Cylindrical-coordinate representation of color #C3CE40: hue angle of 64.65º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3CE40 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB 195 206 64 -
CMYK 0.05 0 0.69 0.19
HSL 64.65º 0.59% 0.53% -
HSV(B) 64.65º 0.69% 0.81% -
XYZ 45.5 56.11 13.28 -
YUV 186.52 58.86 134.05 -
System Red Green Blue C M Y K H S L
Decimal 195 206 64 0.05 0 0.69 0.19 64.65 0.59 0.53
Hex C3 CE 40 5 0 45 13 41 3B 35
Octal 303 316 100 5 0 105 23 101 73 65
Binary 11000011 11001110 1000000 101 0 1000101 10011 1000001 111011 110101

Color Harmonies of #C3CE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3CE40

Black with #C3CE40

Text Example


Text Example

White with #C3CE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3CE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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