Html Css Color HEX #CED72F Bitter Lemon

📋 copy color: '#CED72F'

red 206 ◦ green 215 ◦ blue 47

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

Shades of Bitter Lemon #CED72F

Tints of Bitter Lemon #CED72F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.94%

 BLUE value IS 47 (18.75% from 255) = 10.04%

R = 44.02%
G = 45.94%
B = 10.04%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#CED72F (or 0xCED72F) is known color: Bitter Lemon. HEX triplet: CE, D7 and 2F. RGB value is (206,215,47). Sum of RGB (Red+Green+Blue) = 206+215+47=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 47 (18.75% from 255 or 10.04% from 468); Max value from RGB is 215 - color contains mainly: green. Hex color #CED72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED72F is #3128D0. Grayscale: #C1C1C1. Windows color (decimal): -3221713 or 3135438. OLE color: 3135438.

HSL color Cylindrical-coordinate representation of color #CED72F: hue angle of 63.21º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CED72F is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 206 215 47 -
CMYK 0.04 0 0.78 0.16
HSL 63.21º 0.68% 0.51% -
HSV(B) 63.21º 0.78% 0.84% -
XYZ 50.27 61.93 11.99 -
YUV 193.16 45.52 137.16 -
System Red Green Blue C M Y K H S L
Decimal 206 215 47 0.04 0 0.78 0.16 63.21 0.68 0.51
Hex CE D7 2F 4 0 4E 10 3F 44 33
Octal 316 327 57 4 0 116 20 77 104 63
Binary 11001110 11010111 101111 100 0 1001110 10000 111111 1000100 110011

Color Harmonies of #CED72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED72F

Black with #CED72F

Text Example


Text Example

White with #CED72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED72F; }

 p { color: rgb(206,215,47); }

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

background-color css

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

 a { background-color: rgb(206,215,47); }

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

border-color css

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

 span { border-color: rgb(206,215,47); }

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