Html Css Color HEX #CEE13D Pear

📋 copy color: '#CEE13D'

red 206 ◦ green 225 ◦ blue 61

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

Shades of Pear #CEE13D

Tints of Pear #CEE13D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.73%

 BLUE value IS 61 (24.22% from 255) = 12.4%

R = 41.87%
G = 45.73%
B = 12.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#CEE13D (or 0xCEE13D) is known color: Pear. HEX triplet: CE, E1 and 3D. RGB value is (206,225,61). Sum of RGB (Red+Green+Blue) = 206+225+61=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 61 (24.22% from 255 or 12.40% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #CEE13D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEE13D is #311EC2. Grayscale: #C9C9C9. Windows color (decimal): -3219139 or 4055502. OLE color: 4055502.

HSL color Cylindrical-coordinate representation of color #CEE13D: hue angle of 66.95º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CEE13D is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 206 225 61 -
CMYK 0.08 0 0.73 0.12
HSL 66.95º 0.73% 0.56% -
HSV(B) 66.95º 0.73% 0.88% -
XYZ 53.22 67.31 14.6 -
YUV 200.62 49.21 131.84 -
System Red Green Blue C M Y K H S L
Decimal 206 225 61 0.08 0 0.73 0.12 66.95 0.73 0.56
Hex CE E1 3D 8 0 49 C 43 49 38
Octal 316 341 75 10 0 111 14 103 111 70
Binary 11001110 11100001 111101 1000 0 1001001 1100 1000011 1001001 111000

Color Harmonies of #CEE13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE13D

Black with #CEE13D

Text Example


Text Example

White with #CEE13D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE13D; }

 p { color: rgb(206,225,61); }

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

background-color css

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

 a { background-color: rgb(206,225,61); }

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

border-color css

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

 span { border-color: rgb(206,225,61); }

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