Html Css Color HEX #CEFE4A Pear

📋 copy color: '#CEFE4A'

red 206 ◦ green 254 ◦ blue 74

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

Shades of Pear #CEFE4A

Tints of Pear #CEFE4A

RGB

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

 GREEN value IS 254 (99.61% from 255) = 47.57%

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

R = 38.58%
G = 47.57%
B = 13.86%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#CEFE4A (or 0xCEFE4A) is known color: Pear. HEX triplet: CE, FE and 4A. RGB value is (206,254,74). Sum of RGB (Red+Green+Blue) = 206+254+74=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 74 (29.30% from 255 or 13.86% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE4A is #3101B5. Grayscale: #DBDBDB. Windows color (decimal): -3211702 or 4914894. OLE color: 4914894.

HSL color Cylindrical-coordinate representation of color #CEFE4A: hue angle of 76º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEFE4A is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 254 74 -
CMYK 0.19 0 0.71 0.00
HSL 76º 0.99% 0.64% -
HSV(B) 76º 0.71% 1% -
XYZ 62.13 84.5 19.51 -
YUV 219.13 46.1 118.64 -
System Red Green Blue C M Y K H S L
Decimal 206 254 74 0.19 0 0.71 0.00 76 0.99 0.64
Hex CE FE 4A 13 0 47 0 4C 63 40
Octal 316 376 112 23 0 107 0 114 143 100
Binary 11001110 11111110 1001010 10011 0 1000111 0 1001100 1100011 1000000

Color Harmonies of #CEFE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFE4A

Black with #CEFE4A

Text Example


Text Example

White with #CEFE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFE4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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