Html Css Color HEX #CEF14A Pear

📋 copy color: '#CEF14A'

red 206 ◦ green 241 ◦ blue 74

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

Shades of Pear #CEF14A

Tints of Pear #CEF14A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 14.2%

R = 39.54%
G = 46.26%
B = 14.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#CEF14A (or 0xCEF14A) is known color: Pear. HEX triplet: CE, F1 and 4A. RGB value is (206,241,74). Sum of RGB (Red+Green+Blue) = 206+241+74=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEF14A is #310EB5. Grayscale: #D4D4D4. Windows color (decimal): -3215030 or 4911566. OLE color: 4911566.

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

Color convert

RGB 206 241 74 -
CMYK 0.15 0 0.69 0.05
HSL 72.57º 0.86% 0.62% -
HSV(B) 72.57º 0.69% 0.95% -
XYZ 58.14 76.53 18.19 -
YUV 211.5 50.4 124.08 -
System Red Green Blue C M Y K H S L
Decimal 206 241 74 0.15 0 0.69 0.05 72.57 0.86 0.62
Hex CE F1 4A F 0 45 5 49 56 3E
Octal 316 361 112 17 0 105 5 111 126 76
Binary 11001110 11110001 1001010 1111 0 1000101 101 1001001 1010110 111110

Color Harmonies of #CEF14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF14A

Black with #CEF14A

Text Example


Text Example

White with #CEF14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF14A; }

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

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

background-color css

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

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

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

border-color css

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

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

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