Html Css Color HEX #CEF626 Pear

📋 copy color: '#CEF626'

red 206 ◦ green 246 ◦ blue 38

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

Shades of Pear #CEF626

Tints of Pear #CEF626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.76%

R = 42.04%
G = 50.2%
B = 7.76%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#CEF626 (or 0xCEF626) is known color: Pear. HEX triplet: CE, F6 and 26. RGB value is (206,246,38). Sum of RGB (Red+Green+Blue) = 206+246+38=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 246 (96.48% from 255 or 50.20% from 490); Blue value is 38 (15.23% from 255 or 7.76% from 490); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF626 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF626 is #3109D9. Grayscale: #D3D3D3. Windows color (decimal): -3213786 or 2553550. OLE color: 2553550.

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

Color convert

RGB 206 246 38 -
CMYK 0.16 0 0.85 0.04
HSL 71.54º 0.92% 0.56% -
HSV(B) 71.54º 0.85% 0.96% -
XYZ 58.76 79.17 14.02 -
YUV 210.33 30.75 124.91 -
System Red Green Blue C M Y K H S L
Decimal 206 246 38 0.16 0 0.85 0.04 71.54 0.92 0.56
Hex CE F6 26 10 0 55 4 48 5C 38
Octal 316 366 46 20 0 125 4 110 134 70
Binary 11001110 11110110 100110 10000 0 1010101 100 1001000 1011100 111000

Color Harmonies of #CEF626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF626

Black with #CEF626

Text Example


Text Example

White with #CEF626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF626; }

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

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

background-color css

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

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

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

border-color css

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

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

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