Html Css Color HEX #CADD4B Las Palmas

📋 copy color: '#CADD4B'

red 202 ◦ green 221 ◦ blue 75

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

Shades of Las Palmas #CADD4B

Tints of Las Palmas #CADD4B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.38%

 BLUE value IS 75 (29.69% from 255) = 15.06%

R = 40.56%
G = 44.38%
B = 15.06%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#CADD4B (or 0xCADD4B) is known color: Las Palmas. HEX triplet: CA, DD and 4B. RGB value is (202,221,75). Sum of RGB (Red+Green+Blue) = 202+221+75=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 75 (29.69% from 255 or 15.06% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD4B is #3522B4. Grayscale: #C7C7C7. Windows color (decimal): -3482293 or 4971978. OLE color: 4971978.

HSL color Cylindrical-coordinate representation of color #CADD4B: hue angle of 67.81º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CADD4B is Cyan = 0.09, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB 202 221 75 -
CMYK 0.09 0 0.66 0.13
HSL 67.81º 0.68% 0.58% -
HSV(B) 67.81º 0.66% 0.87% -
XYZ 51.48 64.78 16.45 -
YUV 198.68 58.21 130.37 -
System Red Green Blue C M Y K H S L
Decimal 202 221 75 0.09 0 0.66 0.13 67.81 0.68 0.58
Hex CA DD 4B 9 0 42 D 44 44 3A
Octal 312 335 113 11 0 102 15 104 104 72
Binary 11001010 11011101 1001011 1001 0 1000010 1101 1000100 1000100 111010

Color Harmonies of #CADD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD4B

Black with #CADD4B

Text Example


Text Example

White with #CADD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD4B; }

 p { color: rgb(202,221,75); }

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

background-color css

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

 a { background-color: rgb(202,221,75); }

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

border-color css

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

 span { border-color: rgb(202,221,75); }

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