Html Css Color HEX #CEF223 Pear

📋 copy color: '#CEF223'

red 206 ◦ green 242 ◦ blue 35

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

Shades of Pear #CEF223

Tints of Pear #CEF223

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.1%

 BLUE value IS 35 (14.06% from 255) = 7.25%

R = 42.65%
G = 50.1%
B = 7.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#CEF223 (or 0xCEF223) is known color: Pear. HEX triplet: CE, F2 and 23. RGB value is (206,242,35). Sum of RGB (Red+Green+Blue) = 206+242+35=483 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.65% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 35 (14.06% from 255 or 7.25% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF223 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF223 is #310DDC. Grayscale: #D0D0D0. Windows color (decimal): -3214813 or 2355918. OLE color: 2355918.

HSL color Cylindrical-coordinate representation of color #CEF223: hue angle of 70.43º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEF223 is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 242 35 -
CMYK 0.15 0 0.86 0.05
HSL 70.43º 0.89% 0.54% -
HSV(B) 70.43º 0.86% 0.95% -
XYZ 57.51 76.75 13.37 -
YUV 207.64 30.57 126.83 -
System Red Green Blue C M Y K H S L
Decimal 206 242 35 0.15 0 0.86 0.05 70.43 0.89 0.54
Hex CE F2 23 F 0 56 5 46 59 36
Octal 316 362 43 17 0 126 5 106 131 66
Binary 11001110 11110010 100011 1111 0 1010110 101 1000110 1011001 110110

Color Harmonies of #CEF223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF223

Black with #CEF223

Text Example


Text Example

White with #CEF223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF223; }

 p { color: rgb(206,242,35); }

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

background-color css

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

 a { background-color: rgb(206,242,35); }

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

border-color css

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

 span { border-color: rgb(206,242,35); }

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