Html Css Color HEX #CAE134 Pear

📋 copy color: '#CAE134'

red 202 ◦ green 225 ◦ blue 52

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

Shades of Pear #CAE134

Tints of Pear #CAE134

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.97%

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

R = 42.17%
G = 46.97%
B = 10.86%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#CAE134 (or 0xCAE134) is known color: Pear. HEX triplet: CA, E1 and 34. RGB value is (202,225,52). Sum of RGB (Red+Green+Blue) = 202+225+52=479 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.17% from 479); Green value is 225 (88.28% from 255 or 46.97% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 225 - color contains mainly: green. Hex color #CAE134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE134 is #351ECB. Grayscale: #C7C7C7. Windows color (decimal): -3481292 or 3465674. OLE color: 3465674.

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

Color convert

RGB 202 225 52 -
CMYK 0.10 0 0.77 0.12
HSL 67.98º 0.74% 0.54% -
HSV(B) 67.98º 0.77% 0.88% -
XYZ 51.9 66.65 13.38 -
YUV 198.4 45.38 130.57 -
System Red Green Blue C M Y K H S L
Decimal 202 225 52 0.10 0 0.77 0.12 67.98 0.74 0.54
Hex CA E1 34 A 0 4D C 44 4A 36
Octal 312 341 64 12 0 115 14 104 112 66
Binary 11001010 11100001 110100 1010 0 1001101 1100 1000100 1001010 110110

Color Harmonies of #CAE134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE134

Black with #CAE134

Text Example


Text Example

White with #CAE134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE134; }

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

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

background-color css

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

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

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

border-color css

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

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

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