Html Css Color HEX #CAD83D Las Palmas

📋 copy color: '#CAD83D'

red 202 ◦ green 216 ◦ blue 61

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

Shades of Las Palmas #CAD83D

Tints of Las Palmas #CAD83D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.09%

 BLUE value IS 61 (24.22% from 255) = 12.73%

R = 42.17%
G = 45.09%
B = 12.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#CAD83D (or 0xCAD83D) is known color: Las Palmas. HEX triplet: CA, D8 and 3D. RGB value is (202,216,61). Sum of RGB (Red+Green+Blue) = 202+216+61=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 61 (24.22% from 255 or 12.73% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #CAD83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD83D is #3527C2. Grayscale: #C2C2C2. Windows color (decimal): -3483587 or 4053194. OLE color: 4053194.

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

Color convert

RGB 202 216 61 -
CMYK 0.06 0 0.72 0.15
HSL 65.42º 0.67% 0.54% -
HSV(B) 65.42º 0.72% 0.85% -
XYZ 49.76 62.01 13.76 -
YUV 194.14 52.86 133.6 -
System Red Green Blue C M Y K H S L
Decimal 202 216 61 0.06 0 0.72 0.15 65.42 0.67 0.54
Hex CA D8 3D 6 0 48 F 41 43 36
Octal 312 330 75 6 0 110 17 101 103 66
Binary 11001010 11011000 111101 110 0 1001000 1111 1000001 1000011 110110

Color Harmonies of #CAD83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD83D

Black with #CAD83D

Text Example


Text Example

White with #CAD83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD83D; }

 p { color: rgb(202,216,61); }

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

background-color css

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

 a { background-color: rgb(202,216,61); }

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

border-color css

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

 span { border-color: rgb(202,216,61); }

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