Html Css Color HEX #CAF225 Pear

📋 copy color: '#CAF225'

red 202 ◦ green 242 ◦ blue 37

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

Shades of Pear #CAF225

Tints of Pear #CAF225

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.31%

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

R = 42%
G = 50.31%
B = 7.69%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#CAF225 (or 0xCAF225) is known color: Pear. HEX triplet: CA, F2 and 25. RGB value is (202,242,37). Sum of RGB (Red+Green+Blue) = 202+242+37=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 37 (14.84% from 255 or 7.69% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #CAF225 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF225 is #350DDA. Grayscale: #CFCFCF. Windows color (decimal): -3476955 or 2486986. OLE color: 2486986.

HSL color Cylindrical-coordinate representation of color #CAF225: hue angle of 71.71º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CAF225 is Cyan = 0.17, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB 202 242 37 -
CMYK 0.17 0 0.85 0.05
HSL 71.71º 0.89% 0.55% -
HSV(B) 71.71º 0.85% 0.95% -
XYZ 56.44 76.19 13.48 -
YUV 206.67 32.25 124.67 -
System Red Green Blue C M Y K H S L
Decimal 202 242 37 0.17 0 0.85 0.05 71.71 0.89 0.55
Hex CA F2 25 11 0 55 5 48 59 37
Octal 312 362 45 21 0 125 5 110 131 67
Binary 11001010 11110010 100101 10001 0 1010101 101 1001000 1011001 110111

Color Harmonies of #CAF225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF225

Black with #CAF225

Text Example


Text Example

White with #CAF225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF225; }

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

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

background-color css

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

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

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

border-color css

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

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

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