Html Css Color HEX #CCDF4A Las Palmas

📋 copy color: '#CCDF4A'

red 204 ◦ green 223 ◦ blue 74

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

Shades of Las Palmas #CCDF4A

Tints of Las Palmas #CCDF4A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.51%

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

R = 40.72%
G = 44.51%
B = 14.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#CCDF4A (or 0xCCDF4A) is known color: Las Palmas. HEX triplet: CC, DF and 4A. RGB value is (204,223,74). Sum of RGB (Red+Green+Blue) = 204+223+74=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 74 (29.30% from 255 or 14.77% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDF4A is #3320B5. Grayscale: #C8C8C8. Windows color (decimal): -3350710 or 4906956. OLE color: 4906956.

HSL color Cylindrical-coordinate representation of color #CCDF4A: hue angle of 67.65º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCDF4A is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 223 74 -
CMYK 0.09 0 0.67 0.13
HSL 67.65º 0.7% 0.58% -
HSV(B) 67.65º 0.67% 0.87% -
XYZ 52.53 66.11 16.47 -
YUV 200.33 56.71 130.62 -
System Red Green Blue C M Y K H S L
Decimal 204 223 74 0.09 0 0.67 0.13 67.65 0.7 0.58
Hex CC DF 4A 9 0 43 D 44 46 3A
Octal 314 337 112 11 0 103 15 104 106 72
Binary 11001100 11011111 1001010 1001 0 1000011 1101 1000100 1000110 111010

Color Harmonies of #CCDF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDF4A

Black with #CCDF4A

Text Example


Text Example

White with #CCDF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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