Html Css Color HEX #CFD630 Bitter Lemon

📋 copy color: '#CFD630'

red 207 ◦ green 214 ◦ blue 48

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

Shades of Bitter Lemon #CFD630

Tints of Bitter Lemon #CFD630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.23%

R = 44.14%
G = 45.63%
B = 10.23%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#CFD630 (or 0xCFD630) is known color: Bitter Lemon. HEX triplet: CF, D6 and 30. RGB value is (207,214,48). Sum of RGB (Red+Green+Blue) = 207+214+48=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD630 is #3029CF. Grayscale: #C1C1C1. Windows color (decimal): -3156432 or 3200719. OLE color: 3200719.

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

Color convert

RGB 207 214 48 -
CMYK 0.03 0 0.78 0.16
HSL 62.53º 0.67% 0.51% -
HSV(B) 62.53º 0.78% 0.84% -
XYZ 50.31 61.57 12.03 -
YUV 192.98 46.18 138 -
System Red Green Blue C M Y K H S L
Decimal 207 214 48 0.03 0 0.78 0.16 62.53 0.67 0.51
Hex CF D6 30 3 0 4E 10 3F 43 33
Octal 317 326 60 3 0 116 20 77 103 63
Binary 11001111 11010110 110000 11 0 1001110 10000 111111 1000011 110011

Color Harmonies of #CFD630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFD630

Black with #CFD630

Text Example


Text Example

White with #CFD630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFD630; }

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

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

background-color css

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

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

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

border-color css

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

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

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