Html Css Color HEX #CADB32 Las Palmas

📋 copy color: '#CADB32'

red 202 ◦ green 219 ◦ blue 50

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

Shades of Las Palmas #CADB32

Tints of Las Palmas #CADB32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.62%

R = 42.89%
G = 46.5%
B = 10.62%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#CADB32 (or 0xCADB32) is known color: Las Palmas. HEX triplet: CA, DB and 32. RGB value is (202,219,50). Sum of RGB (Red+Green+Blue) = 202+219+50=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADB32 is #3524CD. Grayscale: #C3C3C3. Windows color (decimal): -3482830 or 3333066. OLE color: 3333066.

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

Color convert

RGB 202 219 50 -
CMYK 0.08 0 0.77 0.14
HSL 66.04º 0.7% 0.53% -
HSV(B) 66.04º 0.77% 0.86% -
XYZ 50.26 63.45 12.62 -
YUV 194.65 46.37 133.24 -
System Red Green Blue C M Y K H S L
Decimal 202 219 50 0.08 0 0.77 0.14 66.04 0.7 0.53
Hex CA DB 32 8 0 4D E 42 46 35
Octal 312 333 62 10 0 115 16 102 106 65
Binary 11001010 11011011 110010 1000 0 1001101 1110 1000010 1000110 110101

Color Harmonies of #CADB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB32

Black with #CADB32

Text Example


Text Example

White with #CADB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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