Html Css Color HEX #CEFE4B Pear

📋 copy color: '#CEFE4B'

red 206 ◦ green 254 ◦ blue 75

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

Shades of Pear #CEFE4B

Tints of Pear #CEFE4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 14.02%

R = 38.5%
G = 47.48%
B = 14.02%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#CEFE4B (or 0xCEFE4B) is known color: Pear. HEX triplet: CE, FE and 4B. RGB value is (206,254,75). Sum of RGB (Red+Green+Blue) = 206+254+75=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 75 (29.69% from 255 or 14.02% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFE4B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEFE4B is #3101B4. Grayscale: #DBDBDB. Windows color (decimal): -3211701 or 4980430. OLE color: 4980430.

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

Color convert

RGB 206 254 75 -
CMYK 0.19 0 0.70 0.00
HSL 76.09º 0.99% 0.65% -
HSV(B) 76.09º 0.7% 1% -
XYZ 62.17 84.51 19.69 -
YUV 219.24 46.6 118.55 -
System Red Green Blue C M Y K H S L
Decimal 206 254 75 0.19 0 0.70 0.00 76.09 0.99 0.65
Hex CE FE 4B 13 0 46 0 4C 63 41
Octal 316 376 113 23 0 106 0 114 143 101
Binary 11001110 11111110 1001011 10011 0 1000110 0 1001100 1100011 1000001

Color Harmonies of #CEFE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFE4B

Black with #CEFE4B

Text Example


Text Example

White with #CEFE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFE4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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