Html Css Color HEX #CAF92E Pear

📋 copy color: '#CAF92E'

red 202 ◦ green 249 ◦ blue 46

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

Shades of Pear #CAF92E

Tints of Pear #CAF92E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.1%

 BLUE value IS 46 (18.36% from 255) = 9.26%

R = 40.64%
G = 50.1%
B = 9.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#CAF92E (or 0xCAF92E) is known color: Pear. HEX triplet: CA, F9 and 2E. RGB value is (202,249,46). Sum of RGB (Red+Green+Blue) = 202+249+46=497 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.64% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 46 (18.36% from 255 or 9.26% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #CAF92E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF92E is #3506D1. Grayscale: #D4D4D4. Windows color (decimal): -3475154 or 3078602. OLE color: 3078602.

HSL color Cylindrical-coordinate representation of color #CAF92E: hue angle of 73.89º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CAF92E is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 202 249 46 -
CMYK 0.19 0 0.82 0.02
HSL 73.89º 0.94% 0.58% -
HSV(B) 73.89º 0.82% 0.98% -
XYZ 58.73 80.51 15.03 -
YUV 211.81 34.43 121.01 -
System Red Green Blue C M Y K H S L
Decimal 202 249 46 0.19 0 0.82 0.02 73.89 0.94 0.58
Hex CA F9 2E 13 0 52 2 4A 5E 3A
Octal 312 371 56 23 0 122 2 112 136 72
Binary 11001010 11111001 101110 10011 0 1010010 10 1001010 1011110 111010

Color Harmonies of #CAF92E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF92E

Black with #CAF92E

Text Example


Text Example

White with #CAF92E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF92E; }

 p { color: rgb(202,249,46); }

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

background-color css

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

 a { background-color: rgb(202,249,46); }

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

border-color css

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

 span { border-color: rgb(202,249,46); }

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