Html Css Color HEX #CADB36 Las Palmas

📋 copy color: '#CADB36'

red 202 ◦ green 219 ◦ blue 54

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

Shades of Las Palmas #CADB36

Tints of Las Palmas #CADB36

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.11%

 BLUE value IS 54 (21.48% from 255) = 11.37%

R = 42.53%
G = 46.11%
B = 11.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#CADB36 (or 0xCADB36) is known color: Las Palmas. HEX triplet: CA, DB and 36. RGB value is (202,219,54). Sum of RGB (Red+Green+Blue) = 202+219+54=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 54 (21.48% from 255 or 11.37% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADB36 is #3524C9. Grayscale: #C3C3C3. Windows color (decimal): -3482826 or 3595210. OLE color: 3595210.

HSL color Cylindrical-coordinate representation of color #CADB36: hue angle of 66.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CADB36 is Cyan = 0.08, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 219 54 -
CMYK 0.08 0 0.75 0.14
HSL 66.18º 0.7% 0.54% -
HSV(B) 66.18º 0.75% 0.86% -
XYZ 50.35 63.49 13.09 -
YUV 195.11 48.37 132.92 -
System Red Green Blue C M Y K H S L
Decimal 202 219 54 0.08 0 0.75 0.14 66.18 0.7 0.54
Hex CA DB 36 8 0 4B E 42 46 36
Octal 312 333 66 10 0 113 16 102 106 66
Binary 11001010 11011011 110110 1000 0 1001011 1110 1000010 1000110 110110

Color Harmonies of #CADB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB36

Black with #CADB36

Text Example


Text Example

White with #CADB36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB36; }

 p { color: rgb(202,219,54); }

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

background-color css

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

 a { background-color: rgb(202,219,54); }

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

border-color css

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

 span { border-color: rgb(202,219,54); }

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