Html Css Color HEX #CCDE3E Las Palmas

📋 copy color: '#CCDE3E'

red 204 ◦ green 222 ◦ blue 62

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

Shades of Las Palmas #CCDE3E

Tints of Las Palmas #CCDE3E

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.49%

 BLUE value IS 62 (24.61% from 255) = 12.7%

R = 41.8%
G = 45.49%
B = 12.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#CCDE3E (or 0xCCDE3E) is known color: Las Palmas. HEX triplet: CC, DE and 3E. RGB value is (204,222,62). Sum of RGB (Red+Green+Blue) = 204+222+62=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 62 (24.61% from 255 or 12.70% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDE3E is #3321C1. Grayscale: #C6C6C6. Windows color (decimal): -3350978 or 4120268. OLE color: 4120268.

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

Color convert

RGB 204 222 62 -
CMYK 0.08 0 0.72 0.13
HSL 66.75º 0.71% 0.56% -
HSV(B) 66.75º 0.72% 0.87% -
XYZ 51.89 65.43 14.45 -
YUV 198.38 51.04 132.01 -
System Red Green Blue C M Y K H S L
Decimal 204 222 62 0.08 0 0.72 0.13 66.75 0.71 0.56
Hex CC DE 3E 8 0 48 D 43 47 38
Octal 314 336 76 10 0 110 15 103 107 70
Binary 11001100 11011110 111110 1000 0 1001000 1101 1000011 1000111 111000

Color Harmonies of #CCDE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDE3E

Black with #CCDE3E

Text Example


Text Example

White with #CCDE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDE3E; }

 p { color: rgb(204,222,62); }

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

background-color css

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

 a { background-color: rgb(204,222,62); }

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

border-color css

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

 span { border-color: rgb(204,222,62); }

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