Html Css Color HEX #CFD631 Bitter Lemon

📋 copy color: '#CFD631'

red 207 ◦ green 214 ◦ blue 49

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

Shades of Bitter Lemon #CFD631

Tints of Bitter Lemon #CFD631

RGB

 RED value IS 207 (81.25% from 255) = 44.04%

 GREEN value IS 214 (83.98% from 255) = 45.53%

 BLUE value IS 49 (19.53% from 255) = 10.43%

R = 44.04%
G = 45.53%
B = 10.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#CFD631 (or 0xCFD631) is known color: Bitter Lemon. HEX triplet: CF, D6 and 31. RGB value is (207,214,49). Sum of RGB (Red+Green+Blue) = 207+214+49=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 49 (19.53% from 255 or 10.43% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD631 is #3029CE. Grayscale: #C1C1C1. Windows color (decimal): -3156431 or 3266255. OLE color: 3266255.

HSL color Cylindrical-coordinate representation of color #CFD631: hue angle of 62.55º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFD631 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 214 49 -
CMYK 0.03 0 0.77 0.16
HSL 62.55º 0.67% 0.52% -
HSV(B) 62.55º 0.77% 0.84% -
XYZ 50.33 61.58 12.14 -
YUV 193.1 46.68 137.92 -
System Red Green Blue C M Y K H S L
Decimal 207 214 49 0.03 0 0.77 0.16 62.55 0.67 0.52
Hex CF D6 31 3 0 4D 10 3F 43 34
Octal 317 326 61 3 0 115 20 77 103 64
Binary 11001111 11010110 110001 11 0 1001101 10000 111111 1000011 110100

Color Harmonies of #CFD631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD631

Black with #CFD631

Text Example


Text Example

White with #CFD631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD631; }

 p { color: rgb(207,214,49); }

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

background-color css

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

 a { background-color: rgb(207,214,49); }

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

border-color css

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

 span { border-color: rgb(207,214,49); }

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