Html Css Color HEX #CAD238 Las Palmas

📋 copy color: '#CAD238'

red 202 ◦ green 210 ◦ blue 56

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

Shades of Las Palmas #CAD238

Tints of Las Palmas #CAD238

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.87%

 BLUE value IS 56 (22.27% from 255) = 11.97%

R = 43.16%
G = 44.87%
B = 11.97%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#CAD238 (or 0xCAD238) is known color: Las Palmas. HEX triplet: CA, D2 and 38. RGB value is (202,210,56). Sum of RGB (Red+Green+Blue) = 202+210+56=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 56 (22.27% from 255 or 11.97% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD238 is #352DC7. Grayscale: #BEBEBE. Windows color (decimal): -3485128 or 3723978. OLE color: 3723978.

HSL color Cylindrical-coordinate representation of color #CAD238: hue angle of 63.12º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CAD238 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 210 56 -
CMYK 0.04 0 0.73 0.18
HSL 63.12º 0.63% 0.52% -
HSV(B) 63.12º 0.73% 0.82% -
XYZ 48.12 58.94 12.58 -
YUV 190.05 52.35 136.52 -
System Red Green Blue C M Y K H S L
Decimal 202 210 56 0.04 0 0.73 0.18 63.12 0.63 0.52
Hex CA D2 38 4 0 49 12 3F 3F 34
Octal 312 322 70 4 0 111 22 77 77 64
Binary 11001010 11010010 111000 100 0 1001001 10010 111111 111111 110100

Color Harmonies of #CAD238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD238

Black with #CAD238

Text Example


Text Example

White with #CAD238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD238; }

 p { color: rgb(202,210,56); }

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

background-color css

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

 a { background-color: rgb(202,210,56); }

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

border-color css

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

 span { border-color: rgb(202,210,56); }

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