Html Css Color HEX #CAE74B Las Palmas

📋 copy color: '#CAE74B'

red 202 ◦ green 231 ◦ blue 75

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

Shades of Las Palmas #CAE74B

Tints of Las Palmas #CAE74B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.47%

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

R = 39.76%
G = 45.47%
B = 14.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#CAE74B (or 0xCAE74B) is known color: Las Palmas. HEX triplet: CA, E7 and 4B. RGB value is (202,231,75). Sum of RGB (Red+Green+Blue) = 202+231+75=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 231 (90.62% from 255 or 45.47% from 508); Blue value is 75 (29.69% from 255 or 14.76% from 508); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE74B is #3518B4. Grayscale: #CDCDCD. Windows color (decimal): -3479733 or 4974538. OLE color: 4974538.

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

Color convert

RGB 202 231 75 -
CMYK 0.13 0 0.68 0.09
HSL 71.15º 0.76% 0.6% -
HSV(B) 71.15º 0.68% 0.91% -
XYZ 54.2 70.22 17.35 -
YUV 204.55 54.89 126.18 -
System Red Green Blue C M Y K H S L
Decimal 202 231 75 0.13 0 0.68 0.09 71.15 0.76 0.6
Hex CA E7 4B D 0 44 9 47 4C 3C
Octal 312 347 113 15 0 104 11 107 114 74
Binary 11001010 11100111 1001011 1101 0 1000100 1001 1000111 1001100 111100

Color Harmonies of #CAE74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE74B

Black with #CAE74B

Text Example


Text Example

White with #CAE74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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