Html Css Color HEX #CEED25 Pear

📋 copy color: '#CEED25'

red 206 ◦ green 237 ◦ blue 37

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

Shades of Pear #CEED25

Tints of Pear #CEED25

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.38%

 BLUE value IS 37 (14.84% from 255) = 7.71%

R = 42.92%
G = 49.38%
B = 7.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#CEED25 (or 0xCEED25) is known color: Pear. HEX triplet: CE, ED and 25. RGB value is (206,237,37). Sum of RGB (Red+Green+Blue) = 206+237+37=480 (63% of max value = 765). Red value is 206 (80.86% from 255 or 42.92% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 37 (14.84% from 255 or 7.71% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CEED25 is #3112DA. Grayscale: #CDCDCD. Windows color (decimal): -3216091 or 2485710. OLE color: 2485710.

HSL color Cylindrical-coordinate representation of color #CEED25: hue angle of 69.3º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CEED25 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 237 37 -
CMYK 0.13 0 0.84 0.07
HSL 69.3º 0.85% 0.54% -
HSV(B) 69.3º 0.84% 0.93% -
XYZ 56.07 73.82 13.04 -
YUV 204.93 33.23 128.76 -
System Red Green Blue C M Y K H S L
Decimal 206 237 37 0.13 0 0.84 0.07 69.3 0.85 0.54
Hex CE ED 25 D 0 54 7 45 55 36
Octal 316 355 45 15 0 124 7 105 125 66
Binary 11001110 11101101 100101 1101 0 1010100 111 1000101 1010101 110110

Color Harmonies of #CEED25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED25

Black with #CEED25

Text Example


Text Example

White with #CEED25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED25; }

 p { color: rgb(206,237,37); }

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

background-color css

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

 a { background-color: rgb(206,237,37); }

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

border-color css

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

 span { border-color: rgb(206,237,37); }

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