Html Css Color HEX #CAF635 Pear

📋 copy color: '#CAF635'

red 202 ◦ green 246 ◦ blue 53

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

Shades of Pear #CAF635

Tints of Pear #CAF635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.58%

R = 40.32%
G = 49.1%
B = 10.58%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.04

RGB Variations

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

Color information

#CAF635 (or 0xCAF635) is known color: Pear. HEX triplet: CA, F6 and 35. RGB value is (202,246,53). Sum of RGB (Red+Green+Blue) = 202+246+53=501 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.32% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 53 (21.09% from 255 or 10.58% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF635 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF635 is #3509CA. Grayscale: #D3D3D3. Windows color (decimal): -3475915 or 3536586. OLE color: 3536586.

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

Color convert

RGB 202 246 53 -
CMYK 0.18 0 0.78 0.04
HSL 73.68º 0.91% 0.59% -
HSV(B) 73.68º 0.78% 0.96% -
XYZ 57.96 78.73 15.51 -
YUV 210.84 38.92 121.69 -
System Red Green Blue C M Y K H S L
Decimal 202 246 53 0.18 0 0.78 0.04 73.68 0.91 0.59
Hex CA F6 35 12 0 4E 4 4A 5B 3B
Octal 312 366 65 22 0 116 4 112 133 73
Binary 11001010 11110110 110101 10010 0 1001110 100 1001010 1011011 111011

Color Harmonies of #CAF635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF635

Black with #CAF635

Text Example


Text Example

White with #CAF635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF635; }

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

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

background-color css

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

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

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

border-color css

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

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

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