#CAF04B

Color #CAF04B Las Palmas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Las Palmas #CAF04B

Tints of Las Palmas #CAF04B

Color information

#CAF04B (or 0xCAF04B) is unknown color: approx Las Palmas. HEX triplet: CA, F0 and 4B. RGB value is (202,240,75). Sum of RGB (Red+Green+Blue) = 202+240+75=517 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.07% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 75 (29.69% from 255 or 14.51% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF04B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF04B is #350FB4. Grayscale: #D2D2D2. Windows color (decimal): -3477429 or 4976842. OLE color: 4976842.

HSL color Cylindrical-coordinate representation of color #CAF04B: hue angle of 73.82º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAF04B is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB20224075-
CMYK0.1600.690.06
HSL73.82º84.62%61.76%-
HSV(B)73.82º68.75%94.12%-
XYZ56.7975.3818.21-
YUV209.8351.91122.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 39.07%
GREEN value IS 240 (94.14% from 255) = 46.42%
BLUE value IS 75 (29.69% from 255) = 14.51%
R=39.07%
G=46.42%
B=14.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal202240750.1600.690.0673.8284.6261.76
HexCAF04B1004564a553e
Octal312360113200105611212576
Binary11001010111100001001011100000100010111010010101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF04B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF04B; }

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

 H1.HeaderClassName
 {
   color: #CAF04B;
 }
 .AnyTagClassName
 {
   color: #CAF04B;
 }
</style>
background-color css

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

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

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

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

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

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