Html Css Color HEX #CFE321 Pear

📋 copy color: '#CFE321'

red 207 ◦ green 227 ◦ blue 33

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

Shades of Pear #CFE321

Tints of Pear #CFE321

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.61%

 BLUE value IS 33 (13.28% from 255) = 7.07%

R = 44.33%
G = 48.61%
B = 7.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#CFE321 (or 0xCFE321) is known color: Pear. HEX triplet: CF, E3 and 21. RGB value is (207,227,33). Sum of RGB (Red+Green+Blue) = 207+227+33=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE321 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFE321 is #301CDE. Grayscale: #C7C7C7. Windows color (decimal): -3153119 or 2221007. OLE color: 2221007.

HSL color Cylindrical-coordinate representation of color #CFE321: hue angle of 66.19º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFE321 is Cyan = 0.09, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.

Color convert

RGB 207 227 33 -
CMYK 0.09 0 0.85 0.11
HSL 66.19º 0.78% 0.51% -
HSV(B) 66.19º 0.85% 0.89% -
XYZ 53.48 68.31 11.81 -
YUV 198.9 34.37 133.77 -
System Red Green Blue C M Y K H S L
Decimal 207 227 33 0.09 0 0.85 0.11 66.19 0.78 0.51
Hex CF E3 21 9 0 55 B 42 4E 33
Octal 317 343 41 11 0 125 13 102 116 63
Binary 11001111 11100011 100001 1001 0 1010101 1011 1000010 1001110 110011

Color Harmonies of #CFE321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE321

Black with #CFE321

Text Example


Text Example

White with #CFE321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE321; }

 p { color: rgb(207,227,33); }

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

background-color css

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

 a { background-color: rgb(207,227,33); }

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

border-color css

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

 span { border-color: rgb(207,227,33); }

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