Html Css Color HEX #CAE34B Las Palmas

📋 copy color: '#CAE34B'

red 202 ◦ green 227 ◦ blue 75

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

Shades of Las Palmas #CAE34B

Tints of Las Palmas #CAE34B

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.04%

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

R = 40.08%
G = 45.04%
B = 14.88%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.11

RGB Variations

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

Color information

#CAE34B (or 0xCAE34B) is known color: Las Palmas. HEX triplet: CA, E3 and 4B. RGB value is (202,227,75). Sum of RGB (Red+Green+Blue) = 202+227+75=504 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.08% from 504); Green value is 227 (89.06% from 255 or 45.04% from 504); Blue value is 75 (29.69% from 255 or 14.88% from 504); Max value from RGB is 227 - color contains mainly: green. Hex color #CAE34B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE34B is #351CB4. Grayscale: #CACACA. Windows color (decimal): -3480757 or 4973514. OLE color: 4973514.

HSL color Cylindrical-coordinate representation of color #CAE34B: hue angle of 69.87º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAE34B is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 227 75 -
CMYK 0.11 0 0.67 0.11
HSL 69.87º 0.73% 0.59% -
HSV(B) 69.87º 0.67% 0.89% -
XYZ 53.1 68 16.98 -
YUV 202.2 56.22 127.86 -
System Red Green Blue C M Y K H S L
Decimal 202 227 75 0.11 0 0.67 0.11 69.87 0.73 0.59
Hex CA E3 4B B 0 43 B 46 49 3B
Octal 312 343 113 13 0 103 13 106 111 73
Binary 11001010 11100011 1001011 1011 0 1000011 1011 1000110 1001001 111011

Color Harmonies of #CAE34B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE34B

Black with #CAE34B

Text Example


Text Example

White with #CAE34B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE34B; }

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

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

background-color css

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

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

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

border-color css

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

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

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