Html Css Color HEX #CAE64B Las Palmas

📋 copy color: '#CAE64B'

red 202 ◦ green 230 ◦ blue 75

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

Shades of Las Palmas #CAE64B

Tints of Las Palmas #CAE64B

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.36%

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

R = 39.84%
G = 45.36%
B = 14.79%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.67

 K value IS 0.10

RGB Variations

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

Color information

#CAE64B (or 0xCAE64B) is known color: Las Palmas. HEX triplet: CA, E6 and 4B. RGB value is (202,230,75). Sum of RGB (Red+Green+Blue) = 202+230+75=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 75 (29.69% from 255 or 14.79% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE64B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE64B is #3519B4. Grayscale: #CCCCCC. Windows color (decimal): -3479989 or 4974282. OLE color: 4974282.

HSL color Cylindrical-coordinate representation of color #CAE64B: hue angle of 70.84º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAE64B is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 230 75 -
CMYK 0.12 0 0.67 0.10
HSL 70.84º 0.76% 0.6% -
HSV(B) 70.84º 0.67% 0.9% -
XYZ 53.92 69.66 17.26 -
YUV 203.96 55.22 126.6 -
System Red Green Blue C M Y K H S L
Decimal 202 230 75 0.12 0 0.67 0.10 70.84 0.76 0.6
Hex CA E6 4B C 0 43 A 47 4C 3C
Octal 312 346 113 14 0 103 12 107 114 74
Binary 11001010 11100110 1001011 1100 0 1000011 1010 1000111 1001100 111100

Color Harmonies of #CAE64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE64B

Black with #CAE64B

Text Example


Text Example

White with #CAE64B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE64B; }

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

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

background-color css

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

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

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

border-color css

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

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

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