Html Css Color HEX #CED71F Bitter Lemon

📋 copy color: '#CED71F'

red 206 ◦ green 215 ◦ blue 31

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

Shades of Bitter Lemon #CED71F

Tints of Bitter Lemon #CED71F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.86%

R = 45.58%
G = 47.57%
B = 6.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#CED71F (or 0xCED71F) is known color: Bitter Lemon. HEX triplet: CE, D7 and 1F. RGB value is (206,215,31). Sum of RGB (Red+Green+Blue) = 206+215+31=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 31 (12.5% from 255 or 6.86% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #CED71F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED71F is #3128E0. Grayscale: #C0C0C0. Windows color (decimal): -3221729 or 2086862. OLE color: 2086862.

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

Color convert

RGB 206 215 31 -
CMYK 0.04 0 0.86 0.16
HSL 62.93º 0.75% 0.48% -
HSV(B) 62.93º 0.86% 0.84% -
XYZ 50 61.82 10.59 -
YUV 191.33 37.52 138.46 -
System Red Green Blue C M Y K H S L
Decimal 206 215 31 0.04 0 0.86 0.16 62.93 0.75 0.48
Hex CE D7 1F 4 0 56 10 3F 4B 30
Octal 316 327 37 4 0 126 20 77 113 60
Binary 11001110 11010111 11111 100 0 1010110 10000 111111 1001011 110000

Color Harmonies of #CED71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CED71F

Black with #CED71F

Text Example


Text Example

White with #CED71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CED71F; }

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

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

background-color css

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

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

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

border-color css

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

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

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