Html Css Color HEX #CEEF4A Pear

📋 copy color: '#CEEF4A'

red 206 ◦ green 239 ◦ blue 74

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

Shades of Pear #CEEF4A

Tints of Pear #CEEF4A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.05%

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

R = 39.69%
G = 46.05%
B = 14.26%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#CEEF4A (or 0xCEEF4A) is known color: Pear. HEX triplet: CE, EF and 4A. RGB value is (206,239,74). Sum of RGB (Red+Green+Blue) = 206+239+74=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 74 (29.30% from 255 or 14.26% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEF4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEEF4A is #3110B5. Grayscale: #D2D2D2. Windows color (decimal): -3215542 or 4911054. OLE color: 4911054.

HSL color Cylindrical-coordinate representation of color #CEEF4A: hue angle of 72º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEEF4A is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 239 74 -
CMYK 0.14 0 0.69 0.06
HSL 72º 0.84% 0.61% -
HSV(B) 72º 0.69% 0.94% -
XYZ 57.56 75.35 17.99 -
YUV 210.32 51.07 124.92 -
System Red Green Blue C M Y K H S L
Decimal 206 239 74 0.14 0 0.69 0.06 72 0.84 0.61
Hex CE EF 4A E 0 45 6 48 54 3D
Octal 316 357 112 16 0 105 6 110 124 75
Binary 11001110 11101111 1001010 1110 0 1000101 110 1001000 1010100 111101

Color Harmonies of #CEEF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEF4A

Black with #CEEF4A

Text Example


Text Example

White with #CEEF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEF4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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