Html Css Color HEX #CFD632 Bitter Lemon

📋 copy color: '#CFD632'

red 207 ◦ green 214 ◦ blue 50

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

Shades of Bitter Lemon #CFD632

Tints of Bitter Lemon #CFD632

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.62%

R = 43.95%
G = 45.44%
B = 10.62%

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

#CFD632 (or 0xCFD632) is known color: Bitter Lemon. HEX triplet: CF, D6 and 32. RGB value is (207,214,50). Sum of RGB (Red+Green+Blue) = 207+214+50=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 50 (19.92% from 255 or 10.62% from 471); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD632 is #3029CD. Grayscale: #C1C1C1. Windows color (decimal): -3156430 or 3331791. OLE color: 3331791.

HSL color Cylindrical-coordinate representation of color #CFD632: hue angle of 62.56º 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 #CFD632 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 207 214 50 -
CMYK 0.03 0 0.77 0.16
HSL 62.56º 0.67% 0.52% -
HSV(B) 62.56º 0.77% 0.84% -
XYZ 50.35 61.59 12.25 -
YUV 193.21 47.18 137.84 -
System Red Green Blue C M Y K H S L
Decimal 207 214 50 0.03 0 0.77 0.16 62.56 0.67 0.52
Hex CF D6 32 3 0 4D 10 3F 43 34
Octal 317 326 62 3 0 115 20 77 103 64
Binary 11001111 11010110 110010 11 0 1001101 10000 111111 1000011 110100

Color Harmonies of #CFD632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD632

Black with #CFD632

Text Example


Text Example

White with #CFD632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD632; }

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

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

background-color css

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

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

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

border-color css

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

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

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