Html Css Color HEX #CEDF25 Pear

📋 copy color: '#CEDF25'

red 206 ◦ green 223 ◦ blue 37

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

Shades of Pear #CEDF25

Tints of Pear #CEDF25

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.85%

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

R = 44.21%
G = 47.85%
B = 7.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#CEDF25 (or 0xCEDF25) is known color: Pear. HEX triplet: CE, DF and 25. RGB value is (206,223,37). Sum of RGB (Red+Green+Blue) = 206+223+37=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 37 (14.84% from 255 or 7.94% from 466); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDF25 is #3120DA. Grayscale: #C5C5C5. Windows color (decimal): -3219675 or 2482126. OLE color: 2482126.

HSL color Cylindrical-coordinate representation of color #CEDF25: hue angle of 65.48º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CEDF25 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 223 37 -
CMYK 0.08 0 0.83 0.13
HSL 65.48º 0.74% 0.51% -
HSV(B) 65.48º 0.83% 0.87% -
XYZ 52.18 66.03 11.75 -
YUV 196.71 37.87 134.62 -
System Red Green Blue C M Y K H S L
Decimal 206 223 37 0.08 0 0.83 0.13 65.48 0.74 0.51
Hex CE DF 25 8 0 53 D 41 4A 33
Octal 316 337 45 10 0 123 15 101 112 63
Binary 11001110 11011111 100101 1000 0 1010011 1101 1000001 1001010 110011

Color Harmonies of #CEDF25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF25

Black with #CEDF25

Text Example


Text Example

White with #CEDF25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF25; }

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

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

background-color css

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

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

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

border-color css

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

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

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