Html Css Color HEX #CAF627 Pear

📋 copy color: '#CAF627'

red 202 ◦ green 246 ◦ blue 39

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

Shades of Pear #CAF627

Tints of Pear #CAF627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.01%

R = 41.48%
G = 50.51%
B = 8.01%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#CAF627 (or 0xCAF627) is known color: Pear. HEX triplet: CA, F6 and 27. RGB value is (202,246,39). Sum of RGB (Red+Green+Blue) = 202+246+39=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 39 (15.62% from 255 or 8.01% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #CAF627 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAF627 is #3509D8. Grayscale: #D2D2D2. Windows color (decimal): -3475929 or 2619082. OLE color: 2619082.

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

Color convert

RGB 202 246 39 -
CMYK 0.18 0 0.84 0.04
HSL 72.75º 0.92% 0.56% -
HSV(B) 72.75º 0.84% 0.96% -
XYZ 57.68 78.61 14.05 -
YUV 209.25 31.92 122.83 -
System Red Green Blue C M Y K H S L
Decimal 202 246 39 0.18 0 0.84 0.04 72.75 0.92 0.56
Hex CA F6 27 12 0 54 4 49 5C 38
Octal 312 366 47 22 0 124 4 111 134 70
Binary 11001010 11110110 100111 10010 0 1010100 100 1001001 1011100 111000

Color Harmonies of #CAF627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF627

Black with #CAF627

Text Example


Text Example

White with #CAF627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF627; }

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

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

background-color css

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

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

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

border-color css

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

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

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