Html Css Color HEX #CADD3C Las Palmas

📋 copy color: '#CADD3C'

red 202 ◦ green 221 ◦ blue 60

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

Shades of Las Palmas #CADD3C

Tints of Las Palmas #CADD3C

RGB

 RED value IS 202 (79.3% from 255) = 41.82%

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

 BLUE value IS 60 (23.83% from 255) = 12.42%

R = 41.82%
G = 45.76%
B = 12.42%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#CADD3C (or 0xCADD3C) is known color: Las Palmas. HEX triplet: CA, DD and 3C. RGB value is (202,221,60). Sum of RGB (Red+Green+Blue) = 202+221+60=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 60 (23.83% from 255 or 12.42% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD3C is #3522C3. Grayscale: #C5C5C5. Windows color (decimal): -3482308 or 3988938. OLE color: 3988938.

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

Color convert

RGB 202 221 60 -
CMYK 0.09 0 0.73 0.13
HSL 67.08º 0.7% 0.55% -
HSV(B) 67.08º 0.73% 0.87% -
XYZ 51.03 64.6 14.05 -
YUV 196.97 50.71 131.59 -
System Red Green Blue C M Y K H S L
Decimal 202 221 60 0.09 0 0.73 0.13 67.08 0.7 0.55
Hex CA DD 3C 9 0 49 D 43 46 37
Octal 312 335 74 11 0 111 15 103 106 67
Binary 11001010 11011101 111100 1001 0 1001001 1101 1000011 1000110 110111

Color Harmonies of #CADD3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD3C

Black with #CADD3C

Text Example


Text Example

White with #CADD3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD3C; }

 p { color: rgb(202,221,60); }

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

background-color css

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

 a { background-color: rgb(202,221,60); }

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

border-color css

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

 span { border-color: rgb(202,221,60); }

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