Html Css Color HEX #CAE525 Pear

📋 copy color: '#CAE525'

red 202 ◦ green 229 ◦ blue 37

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

Shades of Pear #CAE525

Tints of Pear #CAE525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.91%

R = 43.16%
G = 48.93%
B = 7.91%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#CAE525 (or 0xCAE525) is known color: Pear. HEX triplet: CA, E5 and 25. RGB value is (202,229,37). Sum of RGB (Red+Green+Blue) = 202+229+37=468 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.16% from 468); Green value is 229 (89.84% from 255 or 48.93% from 468); Blue value is 37 (14.84% from 255 or 7.91% from 468); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE525 is #351ADA. Grayscale: #C7C7C7. Windows color (decimal): -3480283 or 2483658. OLE color: 2483658.

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

Color convert

RGB 202 229 37 -
CMYK 0.12 0 0.84 0.10
HSL 68.44º 0.79% 0.52% -
HSV(B) 68.44º 0.84% 0.9% -
XYZ 52.71 68.73 12.24 -
YUV 199.04 36.55 130.11 -
System Red Green Blue C M Y K H S L
Decimal 202 229 37 0.12 0 0.84 0.10 68.44 0.79 0.52
Hex CA E5 25 C 0 54 A 44 4F 34
Octal 312 345 45 14 0 124 12 104 117 64
Binary 11001010 11100101 100101 1100 0 1010100 1010 1000100 1001111 110100

Color Harmonies of #CAE525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE525

Black with #CAE525

Text Example


Text Example

White with #CAE525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE525; }

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

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

background-color css

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

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

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

border-color css

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

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

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