Html Css Color HEX #CEF144 Pear

📋 copy color: '#CEF144'

red 206 ◦ green 241 ◦ blue 68

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

Shades of Pear #CEF144

Tints of Pear #CEF144

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.8%

 BLUE value IS 68 (26.95% from 255) = 13.2%

R = 40%
G = 46.8%
B = 13.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#CEF144 (or 0xCEF144) is known color: Pear. HEX triplet: CE, F1 and 44. RGB value is (206,241,68). Sum of RGB (Red+Green+Blue) = 206+241+68=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 241 (94.53% from 255 or 46.80% from 515); Blue value is 68 (26.95% from 255 or 13.20% from 515); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF144 is #310EBB. Grayscale: #D3D3D3. Windows color (decimal): -3215036 or 4518350. OLE color: 4518350.

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

Color convert

RGB 206 241 68 -
CMYK 0.15 0 0.72 0.05
HSL 72.14º 0.86% 0.61% -
HSV(B) 72.14º 0.72% 0.95% -
XYZ 57.95 76.45 17.17 -
YUV 210.81 47.4 124.57 -
System Red Green Blue C M Y K H S L
Decimal 206 241 68 0.15 0 0.72 0.05 72.14 0.86 0.61
Hex CE F1 44 F 0 48 5 48 56 3D
Octal 316 361 104 17 0 110 5 110 126 75
Binary 11001110 11110001 1000100 1111 0 1001000 101 1001000 1010110 111101

Color Harmonies of #CEF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF144

Black with #CEF144

Text Example


Text Example

White with #CEF144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF144; }

 p { color: rgb(206,241,68); }

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

background-color css

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

 a { background-color: rgb(206,241,68); }

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

border-color css

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

 span { border-color: rgb(206,241,68); }

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