Html Css Color HEX #C1CC3C Las Palmas

📋 copy color: '#C1CC3C'

red 193 ◦ green 204 ◦ blue 60

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

Shades of Las Palmas #C1CC3C

Tints of Las Palmas #C1CC3C

RGB

 RED value IS 193 (75.78% from 255) = 42.23%

 GREEN value IS 204 (80.08% from 255) = 44.64%

 BLUE value IS 60 (23.83% from 255) = 13.13%

R = 42.23%
G = 44.64%
B = 13.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.71

 K value IS 0.2

RGB Variations

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

Color information

#C1CC3C (or 0xC1CC3C) is known color: Las Palmas. HEX triplet: C1, CC and 3C. RGB value is (193,204,60). Sum of RGB (Red+Green+Blue) = 193+204+60=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CC3C is #3E33C3. Grayscale: #B8B8B8. Windows color (decimal): -4076484 or 3984577. OLE color: 3984577.

HSL color Cylindrical-coordinate representation of color #C1CC3C: hue angle of 64.58º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C1CC3C is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 204 60 -
CMYK 0.05 0 0.71 0.2
HSL 64.58º 0.59% 0.52% -
HSV(B) 64.58º 0.71% 0.8% -
XYZ 44.4 54.85 12.52 -
YUV 184.3 57.86 134.21 -
System Red Green Blue C M Y K H S L
Decimal 193 204 60 0.05 0 0.71 0.2 64.58 0.59 0.52
Hex C1 CC 3C 5 0 47 14 41 3B 34
Octal 301 314 74 5 0 107 24 101 73 64
Binary 11000001 11001100 111100 101 0 1000111 10100 1000001 111011 110100

Color Harmonies of #C1CC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CC3C

Black with #C1CC3C

Text Example


Text Example

White with #C1CC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CC3C; }

 p { color: rgb(193,204,60); }

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

background-color css

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

 a { background-color: rgb(193,204,60); }

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

border-color css

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

 span { border-color: rgb(193,204,60); }

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