Html Css Color HEX #CEE745 Pear

📋 copy color: '#CEE745'

red 206 ◦ green 231 ◦ blue 69

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

Shades of Pear #CEE745

Tints of Pear #CEE745

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.65%

 BLUE value IS 69 (27.34% from 255) = 13.64%

R = 40.71%
G = 45.65%
B = 13.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#CEE745 (or 0xCEE745) is known color: Pear. HEX triplet: CE, E7 and 45. RGB value is (206,231,69). Sum of RGB (Red+Green+Blue) = 206+231+69=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 69 (27.34% from 255 or 13.64% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #CEE745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEE745 is #3118BA. Grayscale: #CDCDCD. Windows color (decimal): -3217595 or 4581326. OLE color: 4581326.

HSL color Cylindrical-coordinate representation of color #CEE745: hue angle of 69.26º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEE745 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 231 69 -
CMYK 0.11 0 0.70 0.09
HSL 69.26º 0.77% 0.59% -
HSV(B) 69.26º 0.7% 0.91% -
XYZ 55.1 70.7 16.37 -
YUV 205.06 51.22 128.67 -
System Red Green Blue C M Y K H S L
Decimal 206 231 69 0.11 0 0.70 0.09 69.26 0.77 0.59
Hex CE E7 45 B 0 46 9 45 4D 3B
Octal 316 347 105 13 0 106 11 105 115 73
Binary 11001110 11100111 1000101 1011 0 1000110 1001 1000101 1001101 111011

Color Harmonies of #CEE745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE745

Black with #CEE745

Text Example


Text Example

White with #CEE745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE745; }

 p { color: rgb(206,231,69); }

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

background-color css

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

 a { background-color: rgb(206,231,69); }

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

border-color css

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

 span { border-color: rgb(206,231,69); }

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