Html Css Color HEX #CEF641 Pear

📋 copy color: '#CEF641'

red 206 ◦ green 246 ◦ blue 65

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

Shades of Pear #CEF641

Tints of Pear #CEF641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.57%

R = 39.85%
G = 47.58%
B = 12.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#CEF641 (or 0xCEF641) is known color: Pear. HEX triplet: CE, F6 and 41. RGB value is (206,246,65). Sum of RGB (Red+Green+Blue) = 206+246+65=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 246 (96.48% from 255 or 47.58% from 517); Blue value is 65 (25.78% from 255 or 12.57% from 517); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF641 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF641 is #3109BE. Grayscale: #D6D6D6. Windows color (decimal): -3213759 or 4323022. OLE color: 4323022.

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

Color convert

RGB 206 246 65 -
CMYK 0.16 0 0.74 0.04
HSL 73.26º 0.91% 0.61% -
HSV(B) 73.26º 0.74% 0.96% -
XYZ 59.36 79.42 17.2 -
YUV 213.41 44.25 122.72 -
System Red Green Blue C M Y K H S L
Decimal 206 246 65 0.16 0 0.74 0.04 73.26 0.91 0.61
Hex CE F6 41 10 0 4A 4 49 5B 3D
Octal 316 366 101 20 0 112 4 111 133 75
Binary 11001110 11110110 1000001 10000 0 1001010 100 1001001 1011011 111101

Color Harmonies of #CEF641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF641

Black with #CEF641

Text Example


Text Example

White with #CEF641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF641; }

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

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

background-color css

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

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

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

border-color css

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

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

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