Html Css Color HEX #CEF742 Pear

📋 copy color: '#CEF742'

red 206 ◦ green 247 ◦ blue 66

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

Shades of Pear #CEF742

Tints of Pear #CEF742

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.59%

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

R = 39.69%
G = 47.59%
B = 12.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#CEF742 (or 0xCEF742) is known color: Pear. HEX triplet: CE, F7 and 42. RGB value is (206,247,66). Sum of RGB (Red+Green+Blue) = 206+247+66=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 247 (96.88% from 255 or 47.59% from 519); Blue value is 66 (26.17% from 255 or 12.72% from 519); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF742 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF742 is #3108BD. Grayscale: #D6D6D6. Windows color (decimal): -3213502 or 4388814. OLE color: 4388814.

HSL color Cylindrical-coordinate representation of color #CEF742: hue angle of 73.59º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEF742 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB 206 247 66 -
CMYK 0.17 0 0.73 0.03
HSL 73.59º 0.92% 0.61% -
HSV(B) 73.59º 0.73% 0.97% -
XYZ 59.7 80.04 17.46 -
YUV 214.11 44.42 122.22 -
System Red Green Blue C M Y K H S L
Decimal 206 247 66 0.17 0 0.73 0.03 73.59 0.92 0.61
Hex CE F7 42 11 0 49 3 4A 5C 3D
Octal 316 367 102 21 0 111 3 112 134 75
Binary 11001110 11110111 1000010 10001 0 1001001 11 1001010 1011100 111101

Color Harmonies of #CEF742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF742

Black with #CEF742

Text Example


Text Example

White with #CEF742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF742; }

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

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

background-color css

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

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

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

border-color css

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

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

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