Html Css Color HEX #CCD94A Las Palmas

📋 copy color: '#CCD94A'

red 204 ◦ green 217 ◦ blue 74

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

Shades of Las Palmas #CCD94A

Tints of Las Palmas #CCD94A

RGB

 RED value IS 204 (80.08% from 255) = 41.21%

 GREEN value IS 217 (85.16% from 255) = 43.84%

 BLUE value IS 74 (29.3% from 255) = 14.95%

R = 41.21%
G = 43.84%
B = 14.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#CCD94A (or 0xCCD94A) is known color: Las Palmas. HEX triplet: CC, D9 and 4A. RGB value is (204,217,74). Sum of RGB (Red+Green+Blue) = 204+217+74=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD94A is #3326B5. Grayscale: #C5C5C5. Windows color (decimal): -3352246 or 4905420. OLE color: 4905420.

HSL color Cylindrical-coordinate representation of color #CCD94A: hue angle of 65.45º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCD94A is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 217 74 -
CMYK 0.06 0 0.66 0.15
HSL 65.45º 0.65% 0.57% -
HSV(B) 65.45º 0.66% 0.85% -
XYZ 50.95 62.96 15.95 -
YUV 196.81 58.69 133.13 -
System Red Green Blue C M Y K H S L
Decimal 204 217 74 0.06 0 0.66 0.15 65.45 0.65 0.57
Hex CC D9 4A 6 0 42 F 41 41 39
Octal 314 331 112 6 0 102 17 101 101 71
Binary 11001100 11011001 1001010 110 0 1000010 1111 1000001 1000001 111001

Color Harmonies of #CCD94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD94A

Black with #CCD94A

Text Example


Text Example

White with #CCD94A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD94A; }

 p { color: rgb(204,217,74); }

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

background-color css

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

 a { background-color: rgb(204,217,74); }

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

border-color css

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

 span { border-color: rgb(204,217,74); }

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