Html Css Color HEX #CEF642 Pear

📋 copy color: '#CEF642'

red 206 ◦ green 246 ◦ blue 66

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

Shades of Pear #CEF642

Tints of Pear #CEF642

RGB

 RED value IS 206 (80.86% from 255) = 39.77%

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

 BLUE value IS 66 (26.17% from 255) = 12.74%

R = 39.77%
G = 47.49%
B = 12.74%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#CEF642 (or 0xCEF642) is known color: Pear. HEX triplet: CE, F6 and 42. RGB value is (206,246,66). Sum of RGB (Red+Green+Blue) = 206+246+66=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 246 (96.48% from 255 or 47.49% from 518); Blue value is 66 (26.17% from 255 or 12.74% from 518); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF642 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF642 is #3109BD. Grayscale: #D6D6D6. Windows color (decimal): -3213758 or 4388558. OLE color: 4388558.

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

Color convert

RGB 206 246 66 -
CMYK 0.16 0 0.73 0.04
HSL 73.33º 0.91% 0.61% -
HSV(B) 73.33º 0.73% 0.96% -
XYZ 59.39 79.43 17.35 -
YUV 213.52 44.75 122.64 -
System Red Green Blue C M Y K H S L
Decimal 206 246 66 0.16 0 0.73 0.04 73.33 0.91 0.61
Hex CE F6 42 10 0 49 4 49 5B 3D
Octal 316 366 102 20 0 111 4 111 133 75
Binary 11001110 11110110 1000010 10000 0 1001001 100 1001001 1011011 111101

Color Harmonies of #CEF642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF642

Black with #CEF642

Text Example


Text Example

White with #CEF642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF642; }

 p { color: rgb(206,246,66); }

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

background-color css

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

 a { background-color: rgb(206,246,66); }

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

border-color css

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

 span { border-color: rgb(206,246,66); }

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