Html Css Color HEX #CEF23F Pear

📋 copy color: '#CEF23F'

red 206 ◦ green 242 ◦ blue 63

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

Shades of Pear #CEF23F

Tints of Pear #CEF23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.33%

R = 40.31%
G = 47.36%
B = 12.33%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#CEF23F (or 0xCEF23F) is known color: Pear. HEX triplet: CE, F2 and 3F. RGB value is (206,242,63). Sum of RGB (Red+Green+Blue) = 206+242+63=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 63 (25% from 255 or 12.33% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #CEF23F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF23F is #310DC0. Grayscale: #D3D3D3. Windows color (decimal): -3214785 or 4190926. OLE color: 4190926.

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

Color convert

RGB 206 242 63 -
CMYK 0.15 0 0.74 0.05
HSL 72.07º 0.87% 0.6% -
HSV(B) 72.07º 0.74% 0.95% -
XYZ 58.1 76.98 16.5 -
YUV 210.83 44.57 124.55 -
System Red Green Blue C M Y K H S L
Decimal 206 242 63 0.15 0 0.74 0.05 72.07 0.87 0.6
Hex CE F2 3F F 0 4A 5 48 57 3C
Octal 316 362 77 17 0 112 5 110 127 74
Binary 11001110 11110010 111111 1111 0 1001010 101 1001000 1010111 111100

Color Harmonies of #CEF23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF23F

Black with #CEF23F

Text Example


Text Example

White with #CEF23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF23F; }

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

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

background-color css

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

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

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

border-color css

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

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

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