Html Css Color HEX #CFE646 Pear

📋 copy color: '#CFE646'

red 207 ◦ green 230 ◦ blue 70

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

Shades of Pear #CFE646

Tints of Pear #CFE646

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.36%

 BLUE value IS 70 (27.73% from 255) = 13.81%

R = 40.83%
G = 45.36%
B = 13.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#CFE646 (or 0xCFE646) is known color: Pear. HEX triplet: CF, E6 and 46. RGB value is (207,230,70). Sum of RGB (Red+Green+Blue) = 207+230+70=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 70 (27.73% from 255 or 13.81% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE646 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CFE646 is #3019B9. Grayscale: #CDCDCD. Windows color (decimal): -3152314 or 4646607. OLE color: 4646607.

HSL color Cylindrical-coordinate representation of color #CFE646: hue angle of 68.62º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFE646 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 207 230 70 -
CMYK 0.10 0 0.70 0.10
HSL 68.63º 0.76% 0.59% -
HSV(B) 68.63º 0.7% 0.9% -
XYZ 55.13 70.3 16.46 -
YUV 204.88 51.88 129.51 -
System Red Green Blue C M Y K H S L
Decimal 207 230 70 0.10 0 0.70 0.10 68.63 0.76 0.59
Hex CF E6 46 A 0 46 A 45 4C 3B
Octal 317 346 106 12 0 106 12 105 114 73
Binary 11001111 11100110 1000110 1010 0 1000110 1010 1000101 1001100 111011

Color Harmonies of #CFE646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFE646

Black with #CFE646

Text Example


Text Example

White with #CFE646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFE646; }

 p { color: rgb(207,230,70); }

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

background-color css

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

 a { background-color: rgb(207,230,70); }

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

border-color css

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

 span { border-color: rgb(207,230,70); }

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