Html Css Color HEX #CADD30 Las Palmas

📋 copy color: '#CADD30'

red 202 ◦ green 221 ◦ blue 48

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

Shades of Las Palmas #CADD30

Tints of Las Palmas #CADD30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.19%

R = 42.89%
G = 46.92%
B = 10.19%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#CADD30 (or 0xCADD30) is known color: Las Palmas. HEX triplet: CA, DD and 30. RGB value is (202,221,48). Sum of RGB (Red+Green+Blue) = 202+221+48=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 48 (19.14% from 255 or 10.19% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #CADD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADD30 is #3522CF. Grayscale: #C4C4C4. Windows color (decimal): -3482320 or 3202506. OLE color: 3202506.

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

Color convert

RGB 202 221 48 -
CMYK 0.09 0 0.78 0.13
HSL 66.59º 0.72% 0.53% -
HSV(B) 66.59º 0.78% 0.87% -
XYZ 50.75 64.48 12.57 -
YUV 195.6 44.71 132.57 -
System Red Green Blue C M Y K H S L
Decimal 202 221 48 0.09 0 0.78 0.13 66.59 0.72 0.53
Hex CA DD 30 9 0 4E D 43 48 35
Octal 312 335 60 11 0 116 15 103 110 65
Binary 11001010 11011101 110000 1001 0 1001110 1101 1000011 1001000 110101

Color Harmonies of #CADD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADD30

Black with #CADD30

Text Example


Text Example

White with #CADD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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