Html Css Color HEX #CCDD3F Las Palmas

📋 copy color: '#CCDD3F'

red 204 ◦ green 221 ◦ blue 63

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

Shades of Las Palmas #CCDD3F

Tints of Las Palmas #CCDD3F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.29%

 BLUE value IS 63 (25% from 255) = 12.91%

R = 41.8%
G = 45.29%
B = 12.91%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#CCDD3F (or 0xCCDD3F) is known color: Las Palmas. HEX triplet: CC, DD and 3F. RGB value is (204,221,63). Sum of RGB (Red+Green+Blue) = 204+221+63=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 63 (25% from 255 or 12.91% from 488); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDD3F is #3322C0. Grayscale: #C6C6C6. Windows color (decimal): -3351233 or 4185548. OLE color: 4185548.

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

Color convert

RGB 204 221 63 -
CMYK 0.08 0 0.71 0.13
HSL 66.46º 0.7% 0.56% -
HSV(B) 66.46º 0.71% 0.87% -
XYZ 51.66 64.91 14.51 -
YUV 197.91 51.87 132.35 -
System Red Green Blue C M Y K H S L
Decimal 204 221 63 0.08 0 0.71 0.13 66.46 0.7 0.56
Hex CC DD 3F 8 0 47 D 42 46 38
Octal 314 335 77 10 0 107 15 102 106 70
Binary 11001100 11011101 111111 1000 0 1000111 1101 1000010 1000110 111000

Color Harmonies of #CCDD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDD3F

Black with #CCDD3F

Text Example


Text Example

White with #CCDD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDD3F; }

 p { color: rgb(204,221,63); }

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

background-color css

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

 a { background-color: rgb(204,221,63); }

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

border-color css

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

 span { border-color: rgb(204,221,63); }

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