Html Css Color HEX #CAF62E Pear

📋 copy color: '#CAF62E'

red 202 ◦ green 246 ◦ blue 46

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

Shades of Pear #CAF62E

Tints of Pear #CAF62E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.8%

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

R = 40.89%
G = 49.8%
B = 9.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#CAF62E (or 0xCAF62E) is known color: Pear. HEX triplet: CA, F6 and 2E. RGB value is (202,246,46). Sum of RGB (Red+Green+Blue) = 202+246+46=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 246 (96.48% from 255 or 49.80% from 494); Blue value is 46 (18.36% from 255 or 9.31% from 494); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF62E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF62E is #3509D1. Grayscale: #D2D2D2. Windows color (decimal): -3475922 or 3077834. OLE color: 3077834.

HSL color Cylindrical-coordinate representation of color #CAF62E: hue angle of 73.2º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CAF62E is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 202 246 46 -
CMYK 0.18 0 0.81 0.04
HSL 73.2º 0.92% 0.57% -
HSV(B) 73.2º 0.81% 0.96% -
XYZ 57.81 78.67 14.72 -
YUV 210.04 35.42 122.26 -
System Red Green Blue C M Y K H S L
Decimal 202 246 46 0.18 0 0.81 0.04 73.2 0.92 0.57
Hex CA F6 2E 12 0 51 4 49 5C 39
Octal 312 366 56 22 0 121 4 111 134 71
Binary 11001010 11110110 101110 10010 0 1010001 100 1001001 1011100 111001

Color Harmonies of #CAF62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF62E

Black with #CAF62E

Text Example


Text Example

White with #CAF62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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