Html Css Color HEX #CAE534 Pear

📋 copy color: '#CAE534'

red 202 ◦ green 229 ◦ blue 52

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

Shades of Pear #CAE534

Tints of Pear #CAE534

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.41%

 BLUE value IS 52 (20.7% from 255) = 10.77%

R = 41.82%
G = 47.41%
B = 10.77%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#CAE534 (or 0xCAE534) is known color: Pear. HEX triplet: CA, E5 and 34. RGB value is (202,229,52). Sum of RGB (Red+Green+Blue) = 202+229+52=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 52 (20.70% from 255 or 10.77% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE534 is #351ACB. Grayscale: #C9C9C9. Windows color (decimal): -3480268 or 3466698. OLE color: 3466698.

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

Color convert

RGB 202 229 52 -
CMYK 0.12 0 0.77 0.10
HSL 69.15º 0.77% 0.55% -
HSV(B) 69.15º 0.77% 0.9% -
XYZ 53 68.84 13.74 -
YUV 200.75 44.05 128.89 -
System Red Green Blue C M Y K H S L
Decimal 202 229 52 0.12 0 0.77 0.10 69.15 0.77 0.55
Hex CA E5 34 C 0 4D A 45 4D 37
Octal 312 345 64 14 0 115 12 105 115 67
Binary 11001010 11100101 110100 1100 0 1001101 1010 1000101 1001101 110111

Color Harmonies of #CAE534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE534

Black with #CAE534

Text Example


Text Example

White with #CAE534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE534; }

 p { color: rgb(202,229,52); }

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

background-color css

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

 a { background-color: rgb(202,229,52); }

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

border-color css

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

 span { border-color: rgb(202,229,52); }

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