Html Css Color HEX #C2CD3D Las Palmas

📋 copy color: '#C2CD3D'

red 194 ◦ green 205 ◦ blue 61

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

Shades of Las Palmas #C2CD3D

Tints of Las Palmas #C2CD3D

RGB

 RED value IS 194 (76.17% from 255) = 42.17%

 GREEN value IS 205 (80.47% from 255) = 44.57%

 BLUE value IS 61 (24.22% from 255) = 13.26%

R = 42.17%
G = 44.57%
B = 13.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.20

RGB Variations

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

Color information

#C2CD3D (or 0xC2CD3D) is known color: Las Palmas. HEX triplet: C2, CD and 3D. RGB value is (194,205,61). Sum of RGB (Red+Green+Blue) = 194+205+61=460 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.17% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CD3D is #3D32C2. Grayscale: #B9B9B9. Windows color (decimal): -4010691 or 4050370. OLE color: 4050370.

HSL color Cylindrical-coordinate representation of color #C2CD3D: 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.7%. Process color model (Four color, CMYK) of #C2CD3D is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 205 61 -
CMYK 0.05 0 0.70 0.20
HSL 64.58º 0.59% 0.52% -
HSV(B) 64.58º 0.7% 0.8% -
XYZ 44.92 55.47 12.75 -
YUV 185.3 57.86 134.21 -
System Red Green Blue C M Y K H S L
Decimal 194 205 61 0.05 0 0.70 0.20 64.58 0.59 0.52
Hex C2 CD 3D 5 0 46 14 41 3B 34
Octal 302 315 75 5 0 106 24 101 73 64
Binary 11000010 11001101 111101 101 0 1000110 10100 1000001 111011 110100

Color Harmonies of #C2CD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CD3D

Black with #C2CD3D

Text Example


Text Example

White with #C2CD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CD3D; }

 p { color: rgb(194,205,61); }

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

background-color css

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

 a { background-color: rgb(194,205,61); }

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

border-color css

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

 span { border-color: rgb(194,205,61); }

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