Html Css Color HEX #CADB2F Las Palmas

📋 copy color: '#CADB2F'

red 202 ◦ green 219 ◦ blue 47

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

Shades of Las Palmas #CADB2F

Tints of Las Palmas #CADB2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.04%

R = 43.16%
G = 46.79%
B = 10.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.14

RGB Variations

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

Color information

#CADB2F (or 0xCADB2F) is known color: Las Palmas. HEX triplet: CA, DB and 2F. RGB value is (202,219,47). Sum of RGB (Red+Green+Blue) = 202+219+47=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 219 (85.94% from 255 or 46.79% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADB2F is #3524D0. Grayscale: #C2C2C2. Windows color (decimal): -3482833 or 3136458. OLE color: 3136458.

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

Color convert

RGB 202 219 47 -
CMYK 0.08 0 0.79 0.14
HSL 65.93º 0.7% 0.52% -
HSV(B) 65.93º 0.79% 0.86% -
XYZ 50.2 63.42 12.29 -
YUV 194.31 44.87 133.49 -
System Red Green Blue C M Y K H S L
Decimal 202 219 47 0.08 0 0.79 0.14 65.93 0.7 0.52
Hex CA DB 2F 8 0 4F E 42 46 34
Octal 312 333 57 10 0 117 16 102 106 64
Binary 11001010 11011011 101111 1000 0 1001111 1110 1000010 1000110 110100

Color Harmonies of #CADB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADB2F

Black with #CADB2F

Text Example


Text Example

White with #CADB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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